1

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

AsifQadri
  • 2,388
  • 1
  • 20
  • 30
Joby
  • 379
  • 1
  • 3
  • 10

1 Answers1

1

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

wiifm
  • 3,787
  • 1
  • 21
  • 23
  • no...whether $(document).ready(function(){} will work all time,all browser when page happens...... – Joby Nov 01 '10 at 10:39