$(document).ready(function() not working after page refresh in ie 6.Is there any problem to use?Whether it will work in all condition when page load happens...In other browser also?

Thank You

link|improve this question

57% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Is there a JavaScript error somewhere on the page? One of these will stop any JavaScript from executing

You can test this by using firebug on firefox or Chrome ships with a console for developers now. Found a link that explains some basic checks you can do with IE also

link|improve this answer
no...whether $(document).ready(function(){} will work all time,all browser when page happens...... – Joby Nov 1 '10 at 10:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.