I have a html file which works perfectly in all the browsers other than IE. In IE I am getting an error
SCRIPT5009: 'jQuery' is undefined
But this issue can be fixed by opening this file say index.html in any eitor and save it in different name. But if I save this file as index.html itself, issue will not be fixed.
Can any one let me know what is this issue?!!
If you have used
application/javascript
, change totext/javascript
Check the path of jquery is your jquery in
lib/js/
, or justlib/
?Make sure your lib directory is relative to the calling page You may have meant
/lib/jquery.js
(the slash in the beginning makes a difference).May this will help.There is a link from Jquery forum.