Alistair Potts wrote:
This is what I'm doing:<script language="_javascript_" type="text/_javascript_" src=""></script> <script language="_javascript_" type="text/_javascript_" src=""></script> <script language="_javascript_" type="text/_javascript_"> $(document).ready( function() { $("#clickme").click( function() { alert("I've been clicked"); }); }); </script> <span id="clickme">Click Me</span> This doesn't work, IE complains about errors in jquery.js. I'm loading array.js first so jQuery can find all the missing array functions, but jQuery doesn't load at all. I get the error even when I just load jQuery and execute nothing at all. Basically all it does is make up the missing js functions that ie5.0 doesn't have - it doesn't change any jquery code.Alistair Daimajin wrote:John, is there any news about this plugin? I've tried what has been suggested on the bug tracker (http://liorean.web-graphics.com/scripts/array.js), this script seems to work but jQuery still fails to load. John Resig wrote:Hello - I'm currently planning on spinning off IE 5.0 support into a plugin - that way you'll still be able to use jQuery to your hearts content :-) I have a bug page for it: http://proj.jquery.com/dev/bugs/bug/96/ --John_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ |
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
