Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
.dvLoading {
background
:
url
(../Content/images/Loading.gif)
no-repeat
center
;
/* Please set your URL here */
height
100px
width
position
fixed
left
50%
top
margin-top
-50px
margin-left
/*margin: 0 -50 0 0;*/
z-index
1000
}
<
div
id
=
"progress"
class
"dvLoading"
style
"display:none;"
></
>
$(window).load(
function
() {
// Hide spinner
$(
"#progress"
).hide();
});
$(window).unload(
// Show spinner
).show();
$(document).ready(
$(document).ajaxStart(
}).ajaxStop(