1.0.2
click here to add a description
click here to add a homepage
jQuery JavaScript Library — Read more
Fixed a bunch of endline issues.
The jQuery version is now reported in the docs.
Now have accurate version information built into jquery.js - will build it into the docs and test suite next.
Fixed second test for load()
Fixed bug in testsuite, tried to fix problem with :selected in Opera 8.54: It does not work the default selections
Fixed test for load(url)
Changed readFile to java-based read function to handle \r\n, fixes docs and test, lite still broken
* Applied patch for #204
Removed (hopefully) all references to $ within the jQuery code itself
Added experimental fix for bug #214
Typo; Extended description for $("<div>stuff</div") example (ticket #218)
Added test for bug #232
Fixed bug #222 (again)
Added fix for bug #204, yet untested
added Brandon's offset function
Fixed bug #225 again
Added * You can have as many $(document).ready events on your page as you like.
removed the test for bug #164, the test suite is unable to handle the resulting error in IE correctly. I'll add it back later.
I had to put the check for 'typeof console != "undefined"' back in, otherwise IE complains about console not being defined.
css('display') works slightly differently in Safari. Also, the test suite having <input checked/> doesn't work in Safari, at all. Fixed to be standards compliant.
Removed ifelse, scheduled for a later release, if at all
Fixed minor bug with Safari and the test suite.
Fixed test suite bug with Opera with the .attr('action') test. Opera always returns a fully-qualified URL, not just 'formaction'. Boooo.
Added .filter("expr",ifCallback,elseCallback) (works for find, not, clone, add, etc.).
Reset ajaxTimeout after running timeout tests
Small fixes to tests
Removed test for bug #206, wontfix
Added ifelse method, fixed bug #160 for IE6
Added fix for bug #222
Fixed bug #215