$(window).load(function(){ // full load });
Mark This Response as Answer -- Chandu http://www.dotnetfunda.com/images/dnfmvp.gif
$(document).ready(function() { // write jQury code block here that will ensure that these code blocks will execute when the complete page is loaded // ........ })
Regards, Sheo Narayan http://www.dotnetfunda.com
Login to post response