aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Objects with length properties weren't getting serialized properly by jQuery....John Resig2010-01-251-0/+13
* Don't set the context in .load() as it stops the global ajax events from firi...John Resig2010-01-241-0/+24
* Make sure that XHTML-style HTML is purified in .html(). Fixes #5845.John Resig2010-01-241-2/+7
* Expose cleanData, make sure that all bound event handlers are properly cleane...jeresig2010-01-231-0/+70
* Added in .height(fn) and .width(fn) support. Fixes #5915.jeresig2010-01-231-22/+56
* Make empty strings (and other non-string values) simply return null from pars...jeresig2010-01-231-0/+25
* Moved add() tests from core to traversing.jeresig2010-01-232-55/+55
* Make sure that .die() with no args works. Fixes #5789.jeresig2010-01-231-1/+16
* fixed offset(coordinates) returns null when no matching elements in jQuery ob...Karl Swedberg2010-01-242-2/+8
* added tests for show/hide with falsy, non-zero valuesKarl Swedberg2010-01-241-5/+24
* fixed jQuery.dir regression introduced with 1.4 *untils patch that errored wh...Ben Alman2010-01-241-1/+3
* Added support for multiple live event handlers, live hover, and live focus/bl...Irae Brasil2010-01-231-0/+14
* Make sure non-left-click events don't bubble. Fixes #3861.Irae Brasil2010-01-231-1/+8
* Make sure regular settings object is set as context for all Ajax requests, if...John Resig2010-01-161-13/+37
* wrapAll(Function) doesn't actually make sense. That's why I couldn't figure o...Yehuda Katz2010-01-141-5/+0
* We only care that some of the html return value is escaped, not necessarily a...jeresig2010-01-131-8/+8
* Make sure that null params aren't traversed. Fixes #5794.jeresig2010-01-131-2/+3
* Make sure that disconnected nodes aren't sorted/uniqued. Fixes #5791.jeresig2010-01-131-4/+9
* Fixed typo in logic, also disabled function setters in this case to allow th...jeresig2010-01-121-1/+7
* Bringing some selector tests back from Sizzle.jeresig2010-01-111-1/+3
* Some more touching up of the replaceWith tests.jeresig2010-01-111-4/+12
* Did some reorganizing of the recently added replaceWith tests.jeresig2010-01-111-3/+2
* Make sure that wrapInner works on elements that have no contents. Fixes #3552.jeresig2010-01-111-1/+6
* Final pass at fixing #5785. Need to make sure that inner-nodes are detached b...jeresig2010-01-111-3/+13
* Made some additional tests for #5785.jeresig2010-01-111-1/+5
* Make sure we use detach instead of remove in replaceWith. Fixes #5785.jeresig2010-01-111-1/+10
* Revert "Adding in backwards-compatiblity support for jQuery().bind/unbind/tri...jeresig2010-01-111-13/+0
* Merge branch 'setterargs'jeresig2010-01-074-180/+556
|\
| * Added in support for .offset(Function).jeresig2010-01-071-16/+23
| * Add .css(Function) incoming value tests.jeresig2010-01-071-0/+60
| * No need for the try/finally logic in the css tests, won't even work as expected.jeresig2010-01-071-49/+43
| * Added manipulation tests for setter function args.jeresig2010-01-071-3/+175
| * Added some .text(Function) tests.jeresig2010-01-071-26/+37
| * Added tests for attribute function setters.jeresig2010-01-071-9/+141
| * Moved the val() tests from manipulation into attributes.jeresig2010-01-072-86/+86
* | Make sure that a parsererror is thrown whenever malformed JSON comes back fro...jeresig2010-01-071-2/+21
|/
* Add some abort() Ajax tests. Verifies that #3984 works.jeresig2010-01-061-0/+24
* Merge branch 'master' of github.com:jquery/jqueryjeresig2010-01-061-2/+7
|\
| * Make sure to do a deep copy on arrays. #5750Filipe Fortes2010-01-071-2/+7
* | Adding in backwards-compatiblity support for jQuery().bind/unbind/trigger - a...jeresig2010-01-061-0/+13
|/
* Added in support for content-type sniffing for scripts. Fixes #5718.jeresig2010-01-061-0/+14
* Detect JSON Ajax requests by the response content-type (like is done with XML...Rick Waldron2010-01-051-0/+19
* Merging in jQuery.proxy() branch.jeresig2010-01-052-5/+24
|\
| * Added in jQuery.proxy(obj, name), like the method described in Secrets of the...jeresig2009-12-311-0/+19
| * Remove the .bind(name, fn, thisObject) and promote jQuery.event.proxy() to jQ...jeresig2009-12-311-5/+5
* | Rewrite of jQuery.browser to become engine-centric, rather than browser-centr...jeresig2010-01-051-33/+19
|/
* Make sure that selected works in Safari on options in optgroups. Fixes #5701.jeresig2009-12-221-1/+7
* Moved jQuery.param "traditional" flag into jQuery.ajaxSettings, can now be ov...Ben Alman2009-12-231-3/+10
* Add some extra tests to make sure we can get the value of hyphenated CSS prop...jeresig2009-12-221-1/+3
* Make sure that the correct value is being pulled from checkboxes in Webkit. F...jeresig2009-12-221-2/+8