Unfortunately, http://jquery.com/src/latest/ doesn't actually return the lastest jQuery release. It returns svn revision 29 which was before the days of the jQuery object; jQuery 1.0.2 is based on svn revision 413. To download the latest stable version of jQuery go to http://jquery.com/src/jquery-1.0.2.js (packed version available at http://jquery.com/src/jquery-1.0.2.pack.js). Hope that helps.
-blair Mika Tuupola wrote: > Plugins using jQuery instead of $ dont seem to work anymore if using > jquery.js from: http://jquery.com/src/latest/ > > FireBug spits out "jQuery is not defined". Found this while trying to > make tabs and panView work together. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
