$(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
|
$(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
| ||||
|
feedback
|
|
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 | |||
feedback
|