1.2.2
click here to add a description
click here to add a homepage
Tagging the 1.2.2 release.
Changing end of line from CRLF to just LF like the rest of the source files.
Discontinued the test for $(form.elements).
Excluded a couple Ajax tests from running locally.
Added support for breaking in an object loop (Bug #2111).
And the rest of the _default change.
Tweaked the default Accept header to _default.
Added a check to make sure that .style exists before trying to access it (Bug #2105).
Fixed default property name for Opera (bug #2159).
Fixed minor issue with pack build script. (Bug #2101)
Adding browser UA tests
Added a fix for bug #2140. Opera doesn't like concating null or undefined values.
Just added support for Accept headers in Ajax requests - defaults to the correct header depending on the type of request that's being performmed. (Bug #1986)
reverted change for #2114
fix for #2114; refactored tests for bind() to highlight failing select-change-test
Tweaked comment for isFunction.
Fixed an edge case in show() where the css says the display should be none. In that case force 'block' so it will actually show.
Adds support for username and password to $.ajax
Test for #2114
Fixes bug with charCode, bad 'var' and missing semicolon
Fixed #2084 by added embed to the list of elements where it is ok to have self closing xhtml.
Fixed memory leak in IE with non-native event types
Removed check to prevent event from being fixed twice. Unfortunately, in IE this is sometimes necessary with its global event object. Binding both a mousedown and mousemove event is an example.
Fixed a couple problems found in the test suite. First, IE doesn't like it when text nodes were trying to duplicate their events in clone, so don't do text nodes (that shouldn't have events anyway). Also the fx module was freezing from a recent update that wasn't quite finished.
Fixing #2081
Removed a unit test that tested to see if queued objects were of a certain type. It was decided you can queue anything and it is up to the coder to make sure it was intended.
Fixed #2080 by removing the check for nodeType != 1. It was put in to limit the queuing to just dom objects (ie not text nodes and comment nodes), but the queuing functionality is being used more broadly than I realized so the check is now removed.
Fixed lite version of jQuery.
Tagging the 1.2.2b2 release.
Fixed #2027 - make sure that cloned elements (within appendTo, etc.) have their events cloned by default.