Tuesday, November 21, 2017

Loader Image


//Master Layout


   
=========================================
//main.css

.loadingDiv {
   background: url("images/wheel3.gif") no-repeat scroll center #666 !important;
   display: inline-block;
   font-size: 0;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 9999999;
   opacity: .5;
}
=============================================
Common.js
function Startloader() {
    $(".loadingDiv").show();

}
function Stoploader() {
    $(".loadingDiv").hide();

}

No comments:

Post a Comment

javascript Filter/index off

 var family = [{"name":"Jack",  "age": 26},               {"name":"Jill",  "age"...