1.1b
click here to add a description
click here to add a homepage
Going to 1.1b.
Added a fix for $("object *") in IE7.
Fixed bug with .text(), it only returned the text for the first element.
Fixed the Safari crashing bug. So much hate.
Added a fix for <script>s getting executed twice when .load()ed.
Fixed docs for .clone(Boolean).
Modified ready to event to pass jQuery object, allowing users to avoid the ugly custom alias pattern, added examples to both ready(Function) and $(Function)
Removed support for //foo | //bar - please use "," instead.
Added support .css("left",30). Fixed up the multiFilter code.
Lots of improvements. Added support for .not( jQuery("...") ) and support for multi filters: .filter("foo,bar") .parent("div, .class"), etc.
Added back in height and width - they now behave more appropriately.
.remove("...") removed too much.
We've decided against .set() and are moving back to .pushStack().
Fixed eval code (Thanks Fil)
Disable error reporting in PHP test files
Fixed tests for gt/lt
Added tests for almost everything in jquery/jquery.js; fixed some docs and removed the now useless docs for $(jQuery)
Fixed add to also create HTML on-the-fly by using jQuery() instead of jQuery.find()
Added tests for add() and fixed #770
Fixed a bug with .append() and <td>/<tr>.
More jQuery.speed() fixes.
Fixed a bug in jQuery.speed(), when there's no properties provided.
typo
Moved event object docs to wiki
Removed duplicated show/hide/toggle, added test for toggle(), started documentation of event properties/methods
Added tests for comma-separated expressions in filter, not, parent, parents, siblings, prev and next.
Fixed .next() and .prev().
Added test for next/prev
Added test and fixed parents()
Added support for (basic) nested parens and (basic) nested brackets. You can now do: div:not(.foo[a:not(.even)]) or div[p[a.even]].