[jQuery] Re: Load the Jquery.js in IE6+ only

2008-10-11 Thread stuartloxton
In IE you can use conditional comments, these AREN'T part of W3C standards however they do not break validation. To include jQuery.js in IE browsers ABOVE IE6 then use: To include in IE browsers above IE6 AND all other browsers such as firefox, safari, etc then use:

[jQuery] Re: Load the Jquery.js in IE6+ only

2008-10-11 Thread Michael Geary
I don't quite understand. You say you do want to load jQuery in IE6+, but you don't want to load jQuery in IE6. What does that mean? It sounds contradictory. (The "+" in "IE6+" simply means "IE6 or greater".) jQuery also supports Firefox 1.5+. You do want your jQuery code to run in Firefox as wel