aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Prevent IE from throwing errors when setting RGBA values. Fixes #5509.Colin Snover2010-10-091-1/+11
* Tweak broken serialize tests from commit 879799fe955f01b85b59fd8a0096d415fc48...John Resig2010-09-301-3/+3
* Make sure setting opacity does not clobber other inline filters. Fixes #7101.Colin Snover2010-09-301-3/+6
* Using data() on JavaScript objects sets fields directly on the object. Note t...Dave Reed2010-09-292-28/+40
* Fix number of expected select tests from commit 879799fe955f01b85b59fd8a0096d...John Resig2010-09-291-1/+1
* Handle child selectors in particular - away from the selector engine. Fixes #...John Resig2010-09-281-1/+3
* Make sure that the contents of the element is still in place when html(Functi...John Resig2010-09-281-0/+11
* Make sure that mixed case alpha filters are handled correctly in IE. Fixes #5...John Resig2010-09-281-1/+1
* Make setting .css(name, undefined) a no-op. Fixes #4388.John Resig2010-09-281-1/+9
* Make sure that ambiguous val() selection works correctly.John Resig2010-09-284-10/+23
* Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this befo...John Resig2010-09-281-1/+6
* Make sure that .offset() doesn't fail against disconnected DOM nodes. Fixes #...John Resig2010-09-281-0/+9
* Removing unique check on closest(Array) (it wasn't appropriate there and brok...jeresig2010-09-271-1/+2
* Merge branch 'closestbug-6700' of http://github.com/ajpiano/jquery into ajpia...jeresig2010-09-271-1/+5
|\
| * .closest() should return a unique set of elements, not duplicates of the same...adam j. sontag2010-06-211-1/+5
* | Allow 304/Not Modified tests to complete in Opera.jeresig2010-09-271-1/+16
* | Make sure that opacity is being reset properly on a show animation. Additiona...jeresig2010-09-271-9/+5
* | Adjust manipulation test to handle whitespace RegExp issue in older WebKits. ...jeresig2010-09-271-1/+1
* | Removing the old cow image from the effects tests - it's no longer needed. Fi...John Resig2010-09-262-1/+1
* | Make .val(undefined) == .val("") and chainable; fixes #4130.dmethvin2010-09-251-1/+7
* | Don't have .val() return selected-but-disabled options, or selected options i...Dave Methvin2010-09-245-10/+27
* | Serialize keys with empty arrays/object values in jQuery.param(). Fixes #6481.temp012010-09-241-1/+6
* | Make sure that undefined is always returned for missing data properties. Foll...jeresig2010-09-241-1/+4
* | Allow data to be bound to Flash objects (but still stopping short of attachin...jeresig2010-09-241-0/+18
* | Test jQuery.type also with document.Robert Katic2010-09-231-1/+2
* | Made jQuery.type more consistent with host objects.Robert Katic2010-09-231-1/+5
* | Ensure that selector is not broken.Robert Katic2010-09-231-1/+1
* | Correcting some imperfections in test added in previous commit.Robert Katic2010-09-231-7/+7
* | Added support for map of events in live, die, delegate and undelegate. Fixes ...Robert Katic2010-09-231-0/+39
* | Added some tests for #5991.Robert Katic2010-09-231-1/+5
* | Ensured that arrays are not considered same as plain object on deep extending...Robert Katic2010-09-231-2/+1
* | Discovered that another effects bug was fixed with the recent CSS changes (na...jeresig2010-09-221-1/+6
* | e3463946e19f2eb53d909fc2b59cc1c8636d21bd actually fixed a previously undicove...jeresig2010-09-221-1/+1
* | Add some tests for jQuery.isWindow and make sure that we're operating against...jeresig2010-09-221-0/+19
* | Make sure that #... are trimmed from Ajax request URLs. Fixes #4987.John Resig2010-09-221-0/+29
* | Fixed the number of expected class tests from a previous commit. Thanks to @b...John Resig2010-09-221-2/+2
* | Make .data(Object) extend the existing data object. Fixes #6692.jeresig2010-09-221-2/+4
* | Fix bug when accessing .data() on an empty set. Return null rather than throw...Jacob Wright2010-09-221-13/+16
* | Added full support for easing in all shorthand effects methods (hide, show, t...Karl Swedberg2010-09-222-1/+15
* | Make sure the data- number has at least one number in it before passing to is...jeresig2010-09-221-1/+5
* | Make sure that non-px values aren't manipulated before input to height/width.John Resig2010-09-211-1/+4
* | Use a different workaround for detecting when Opera finds a status 304 page. ...John Resig2010-09-212-0/+13
* | Handle some additional data- number edge cases.jeresig2010-09-211-11/+13
* | Make sure that the data- import also supports arrays.jeresig2010-09-211-2/+4
* | Added in support for basic JSON object parsing of data- attributes.John Resig2010-09-211-2/+4
* | Tweaked the data number RegExp some to handle some other edge cases.John Resig2010-09-211-1/+5
* | Fixing the problem with data-* based numbers as mention by @jasonwebster in 2...jeresig2010-09-201-1/+3
* | Pull data-* attributes into .data(). Original code by Andrée Hasson and Paul...John Resig2010-09-201-0/+68
* | jQuery.css() returns a string value - handle this properly in the animation c...John Resig2010-09-171-7/+6
* | Fixed some sloppy checks in the effects test suite, makes it more apparent wh...John Resig2010-09-171-5/+8