aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implemented .data() to get the entire data object. Closes #4284Yehuda Katz2009-07-161-0/+4
* Unify .not and .filter (resolves #4200).Yehuda Katz2009-07-161-23/+26
* jQuery.extend(true, Object, Object) copies custom objects correctly.Yehuda Katz2009-07-161-3/+13
* jQuery.extend(true, Object, Object) copies objects with length keys correctlyYehuda Katz2009-07-161-1/+1
* Add support for .get(-Number) Closes #4188Yehuda Katz2009-07-161-2/+2
* Make toArray an alias for .get(). Closes #3999Yehuda Katz2009-07-161-1/+3
* Scope 'document' locally (also useful for sandboxing). Patch from Andrea Giam...John Resig2009-07-151-0/+3
* We only support wrapping the first element around an element (all others are ...John Resig2009-07-141-1/+1
* Fixed wrapping of elements that hold text nodes. Thanks to David Flanagan for...John Resig2009-07-141-1/+1
* Fixed the handling of .status == 304 in Opera (it always returns 0). Also sil...John Resig2009-07-141-2/+4
* clearQueue and next should now work with default fx on all browsersYehuda Katz2009-07-131-4/+4
* Fix dangling comma of death in data.jsYehuda Katz2009-07-131-1/+1
* Add tests for replaceAll(fn) and wrap(fn) -- mark wrapAll and wrapWithin as TODOYehuda Katz2009-07-121-0/+4
* Support for .foo(Function) and testing. TODO: More testsYehuda Katz2009-07-122-5/+23
* Added test for css(String, Function) and css(Object) where values are Functio...Yehuda Katz2009-07-121-3/+8
* Add clearQueue for clearing non-fx queuesYehuda Katz2009-07-121-1/+4
* Added a next() shortcut for queuesYehuda Katz2009-07-121-1/+1
* IE doesn't seem to like caching fragments that have options in them. Ticket #...John Resig2009-07-111-1/+1
* Limit domManip caching to strings < 512 characters long. Ticket #4883.John Resig2009-07-111-1/+1
* Fixes regression in .attr(), patch by David Flanagan. Fixes #4884.John Resig2009-07-111-24/+20
* Added caching to domManip. Fixes #4883.John Resig2009-07-111-9/+42
* Optimized jQuery(Element) to not call jQuery() twice.John Resig2009-07-111-4/+7
* reverting sizzle updates from previous commit, appears i had an outdated versionBrandon Aaron2009-06-231-3/+3
* fix for #4512 and minor sizzle updatesBrandon Aaron2009-06-231-14/+10
* jquery core: Closes #2827. jQuery.each iterates over functionsAriel Flesler2009-06-201-3/+5
* fix for #3533, triggering an event with a colon in the name on a table no lon...Brandon Aaron2009-06-171-4/+10
* Adding support for etags in $.ajax() - and simplified the if-modified-since i...John Resig2009-06-151-20/+18
* jquery fx: Exposing the ticking functionAriel Flesler2009-06-021-14/+20
* Removed some cases of strict errors.John Resig2009-05-201-3/+3
* Switched to using new Function instead of eval for handling JSON parsing (Fix...John Resig2009-05-201-6/+14
* Did some light reordering of the jQuery definition. Moved window and undefine...John Resig2009-05-203-17/+12
* fix :hidden and :visible selectors. fixes #4512Brandon Aaron2009-05-181-2/+12
* fix for #4183Brandon Aaron2009-05-161-4/+1
* fix remove and empty to work properly in IE when an element with the id of le...Brandon Aaron2009-05-161-3/+2
* fix for #4397Brandon Aaron2009-05-161-0/+1
* tidy up fix for #3981, thanks matt kruseBrandon Aaron2009-05-141-9/+3
* opacity is now retrieved from stylesheet in IE. fixes #3981Brandon Aaron2009-05-141-3/+9
* fix regression in removing live events caused by r6324Brandon Aaron2009-05-121-2/+14
* jquery event: misc changeAriel Flesler2009-05-101-2/+3
* unused, left-over code from r6344Brandon Aaron2009-05-071-2/+2
* .bind() now accepts an optional thisObject as the last argument which is used...Brandon Aaron2009-05-071-14/+42
* fix for #4234. hover can take one function to use for both enter and leave.Brandon Aaron2009-05-061-1/+1
* fix for #3286Brandon Aaron2009-05-061-3/+6
* fix :hidden selector that was accidentally reverted in previous commit, also ...Brandon Aaron2009-05-041-1/+1
* fix memory leak in IEBrandon Aaron2009-05-041-16/+24
* jquery core: $() -> $(document) and $(undefined) -> $([]). Removed a duplicat...Ariel Flesler2009-05-031-7/+1
* make sure toggleClass does not delete classNames when forcefully removing cla...Brandon Aaron2009-05-021-5/+4
* toggleClass can now toggle multiple classNames (space seperated list) and tog...Brandon Aaron2009-05-021-3/+19
* index now works in reverse when passed a selector or undefined. fixes #3971Brandon Aaron2009-05-021-3/+9
* fix global event triggering that i broke in r6323Brandon Aaron2009-05-011-4/+4