1.0.3
click here to add a description
click here to add a homepage
Updated the version to 1.0.3.
Fixed previous() in docs
Refactored with_plugins target to reuse jquery target, avoiding duplication
Fix preventDefault for all browsers
make task pack_tabs independent of jquery by creating dist directory itself
Fix to prevent potential memory leak, dunno if that actually helps
Modified onexxx handlers to unbind themselve when executed; Reintroduced event fixes (and added some more comments)
Updates to the parsing engine
Added comments to various plugins and added make and ant options to make docs with plugins
Moved dimensions to the plugins area.
Rolled back Joern's changes. They've been moved to another branch, and will be merged for 1.1.
Moved jquery and plugins to a single trunk.
Fixed and improved jQuery's event system: The target property of the event object is now fixed (IE and Safari), bind() accepts now a third parameter "amount" to run the function only the specified number of times, oneclick etc. uses this new bind - it removes the handler when it is not necessary anymore, therefore providing better performance, see accordion for test/demo ( http://joern.jquery.com/accordion/accordion.html )
Modified core and form test suites to use a single stylesheet; Modified form.js to use :submit instead of [@type=submit] and :image...
Fix for jQuery.clean that caused Safari to crash with newline characters
Added task to build packed tabs plugin
More clean up on jQuery.clean
readonly: "readOnly" added to 'fix' in jQuery.attr plus tests
Added fix for radio inputs becoming unchecked during an animation.
Fix and tests for appending HTML options to select elements.
Added tests for 193 and 170.
Fix for #193 again
Guess that was important, after all. Helps IE to map the object correctly.
Added fix for jQuery.extend( Object, null || undefined ) lapsing back to just jQuery.extend( Object ).
Fixed all warnings generated when javascript.options.strict is enabled in Firefox about:config.
Added test for #174; Modified failing (IE) tests for find
Fix for #265: Initialize defaults for global and timeout properly when $.ajax is called internally (argument list instead of hash)
Fixed #216, added several tests for ajax module and fixed more stuff revealed by those; Reverted Johns change for each (changeset 433), caused way too much trouble
Fix for #270
Added code to short-circuit a .each() loop.