aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Refactor jQuery.data a bit to reduce property lookupsYehuda Katz2009-07-162-23/+21
| | | | - Also added jQuery.isEmptyObject
* Implemented .data() to get the entire data object. Closes #4284Yehuda Katz2009-07-162-0/+12
|
* Add a test for index()Yehuda Katz2009-07-161-0/+6
|
* Unify .not and .filter (resolves #4200).Yehuda Katz2009-07-162-37/+84
| | | | - Both now support Function, Element, Selector, and Arrayish (including jQuery object)
* jQuery.extend(true, Object, Object) copies custom objects correctly.Yehuda Katz2009-07-162-5/+25
| | | | - Also update jQuery.isObject to handle this case correctly
* jQuery.extend(true, Object, Object) copies objects with length keys correctlyYehuda Katz2009-07-162-2/+8
|
* Clear some dangling whitespaceYehuda Katz2009-07-161-5/+5
|
* Add support for .get(-Number) Closes #4188Yehuda Katz2009-07-162-2/+9
|
* Make toArray an alias for .get(). Closes #3999Yehuda Katz2009-07-162-1/+10
|
* Added gitignore for people using git-svnYehuda Katz2009-07-161-0/+2
|
* Scope 'document' locally (also useful for sandboxing). Patch from Andrea ↵John Resig2009-07-151-0/+3
| | | | Giammarchi. Fixes bug #4905.
* We only support wrapping the first element around an element (all others are ↵John Resig2009-07-142-2/+8
| | | | ignored). Fixes ticket #4903.
* Fixed wrapping of elements that hold text nodes. Thanks to David Flanagan ↵John Resig2009-07-142-2/+7
| | | | for the patch. Fixes #4902.
* Fixed spelling mistake in Ajax tests.John Resig2009-07-141-2/+2
|
* Fixed the handling of .status == 304 in Opera (it always returns 0). Also ↵John Resig2009-07-144-8/+30
| | | | silently "pass" in Opera 9.6 (which is unable to send the correct headers with setRequestHeader). Follow-up to bug #4764.
* clearQueue and next should now work with default fx on all browsersYehuda Katz2009-07-132-28/+11
|
* Uses the more stable font-size as a sentinelYehuda Katz2009-07-131-12/+14
|
* Test Tweak to normalize the CSS results across browsersYehuda Katz2009-07-131-2/+4
|
* Fix dangling comma of death in data.jsYehuda Katz2009-07-131-1/+1
|
* Updates css() tests to use hex rather than color namesYehuda Katz2009-07-131-2/+2
|
* Add tests for replaceAll(fn) and wrap(fn) -- mark wrapAll and wrapWithin as TODOYehuda Katz2009-07-122-19/+50
|
* Support for .foo(Function) and testing. TODO: More testsYehuda Katz2009-07-123-79/+171
|
* Added test for css(String, Function) and css(Object) where values are ↵Yehuda Katz2009-07-122-3/+70
| | | | Functions; fixed css(Object)
* Add clearQueue for clearing non-fx queuesYehuda Katz2009-07-122-2/+101
|
* Added a next() shortcut for queuesYehuda Katz2009-07-122-1/+22
|
* IE doesn't seem to like caching fragments that have options in them. Ticket ↵John Resig2009-07-111-1/+1
| | | | #4883.
* 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-112-27/+26
|
* 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-202-4/+13
|
* fix for #3533, triggering an event with a colon in the name on a table no ↵Brandon Aaron2009-06-172-5/+19
| | | | longer throws an error in IE
* Minor tab-spacing tweak.John Resig2009-06-151-1/+1
|
* Adding support for etags in $.ajax() - and simplified the if-modified-since ↵John Resig2009-06-154-20/+101
| | | | implementation. Thanks to Lawrence for the patch! Closes ticket #4764.
* jquery core: removed the version.txt newline; please keep it that way, ↵Jörn Zaefferer2009-06-041-1/+1
| | | | otherwise that ant replacement fails, it inserts the file content wherever it finds @VERSION
* jquery fx: Exposing the ticking functionAriel Flesler2009-06-021-14/+20
|
* Reverting accidental test suite corruption from the Sizzle merge.John Resig2009-05-201-2/+9
|
* Removed some cases of strict errors.John Resig2009-05-202-12/+5
|
* Switched to using new Function instead of eval for handling JSON parsing ↵John Resig2009-05-202-6/+33
| | | | (Fixes bug #4680). Added support for JSON.parse, if it exists (Fixes bug #4429).
* Did some light reordering of the jQuery definition. Moved window and ↵John Resig2009-05-203-17/+12
| | | | undefined to exist in intro/outro.
* fix :hidden and :visible selectors. fixes #4512Brandon Aaron2009-05-181-2/+12
|
* fix for #4183Brandon Aaron2009-05-161-4/+1
|
* error case for an ajax testBrandon Aaron2009-05-161-2/+6
|
* fix remove and empty to work properly in IE when an element with the id of ↵Brandon Aaron2009-05-161-3/+2
| | | | length exists. fixes ajax event hanlders in test suite from firing multiple times because they did not get cleaned up.
* prevent fx test html from showing in IEBrandon Aaron2009-05-161-1/+1
|
* unit tests for setting cellspacing, rowspan, and colspanBrandon Aaron2009-05-161-1/+10
|
* fix for #4397Brandon Aaron2009-05-161-0/+1
|
* tidy up fix for #3981, thanks matt kruseBrandon Aaron2009-05-141-9/+3
|