1.0.4
click here to add a description
click here to add a homepage
Releasing jQuery 1.0.4.
Got context functions back in, added noteworthy stuff, replaced js linebreak replacer with xstl
Fixed an issue with .find(expr,Function) and a Safari bug.
typooo
Created newandnotheworthy.txt to collect information for new releases
Fixed docs for #134
Fix for #476
Fix for #467
Fix for #474
Fixed #471
finally added the toggle option for animate(). It's not beautiful right now, but it works for the time.
Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with form plugin - may be a good convention to use beforeXXX and afterXXX everytime for callbacks...
Introduced before callback (#384) (updated test data)
Renamed preprocess to before, for consistency with form plugin
Simplified XMLHttpRequest shadow (tested on 5.5, 6 and 7); Introduced preprocess callback (#384) - IE seems to fail to send the correct headers
Code and documentation cleanup; fixed #317 and #464
Fixed jQuery.eval (or rather, jQuery.globalEval to avoid problems with FF)
Fixed bug #344 (tests, implementation, docs)
Moved $ alias more to the top (address #137)
Fixed serializing arrays (bug #448)
Fix for event fix: Don't overwrite event.target if there is no srcElement; calculate pageX/Y (tested with tooltip plugin)
Fixed regEx to work with Unix an PC files.
Added test for filter(Array), fixed bug #446
Fixed docs for $.ajax for data option
Tried to fix make build, PLEASE TEST
Replaced all x.constructor == String comparsions with typeof x == "string"
Another attempt to fix the getScript problem
Fixed typo in comment
Better fix for #407 issue
Optimize :input with better regex