[jQuery] Re: $ not recognized even though jQuery library referenced

2009-10-04 Thread Mike Alsup
and yes, the paths are right.  I still get this error in firebug no matter what: $ is not defined Must be more to it than that. Can you post a link to your page?

[jQuery] Re: $ not recognized even though jQuery library referenced

2009-10-04 Thread csplrj
Generally it should work without the below lines but then also try this Run this code before any jQuery Code runs and see var $ = jQuery.noConflict(); CSJakharia

[jQuery] Re: $ not recognized even though jQuery library referenced

2009-10-04 Thread Michael Geary
How do you know the paths are right? What did you do to confirm this? Did you use the Web Developer Toolbar's Information/View JavaScript command after the page is loaded, and observed the jQuery code being present there? Or what? If $ is undefined, it pretty much has to mean that jQuery wasn't