aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Add fallback to prop for the window and document. Switch value to use the pro...timmywil2011-05-101-16/+20
* Fixes #9104. Returning null or undefined in a pipe callback shouldn't end up ...jaubourg2011-05-091-2/+10
* Remove value check from formHook; other elements can use value hooktimmywil2011-05-071-1/+3
* Call extend on prop to avoid changing original properties so that per-propert...timmywil2011-05-071-7/+10
* Set val before hide/show check and fix easing setting; also update attributes...timmywil2011-05-072-18/+19
* Fix per-property easing. Fixes #9067Daniel Pihlstrom2011-05-071-4/+12
* Landing pull request 372. Test for numeric properties was using wrong variabl...gnarf2011-05-071-3/+31
* Reduce the boolean list only to those that have corresponding IDLs that don't...timmywil2011-05-071-1/+1
* Check empty string instead of specified as specified is inconsistent on the n...timmywil2011-05-061-1/+3
* Add support for the contenteditable attributetimmywil2011-05-051-2/+6
* Set the property corresponding to a boolean attribute when setting to true. F...timmywil2011-05-041-1/+2
* Set corresponding property to false when removing boolean attributes. Fixes #...timmywil2011-05-041-1/+6
* Update boolean check to avoid crashes, add all name fixes to propFix (propert...timmywil2011-05-041-50/+75
* If no hook is provided, and a boolean property exists, use that to return an ...John Resig2011-05-031-4/+29
* Fix problem with appending multiple string arguments in IE 6. Fixes #9072.John Resig2011-05-031-1/+12
* Fix setting value attributes on option elements. Fixes #9071.timmywil2011-05-031-1/+3
* Make sure that empty nodelists continue to map properly. Fixes #8993.John Resig2011-05-021-1/+7
* Change check for skipping the initial quickExpr RegExp check. Fixes #8984.John Resig2011-05-021-1/+12
* Test for a colon in attribute names for IE6/7. Fixes #1591.timmywil2011-05-011-1/+5
* Restored /g flag to rspaces; Adds unit tests; Supplements #9008Rick Waldron2011-04-281-0/+16
* Landing pull request 357. Update unit tests for widows & orphans. Supplements...rwldrn2011-04-281-4/+4
* Correct the attachment of the p tag in the widows/orphans tests. Fixes test ...timmywil2011-04-271-1/+1
* Merged pull request #345 from rwldrn/8971.timmywil2011-04-251-13/+20
|\
| * No need to test for widows & orphans values in IE6-8. Fixes #8971rwldrn2011-04-251-13/+20
* | Add tests data- and aria- attributes and the autofocus boolean attribute and ...timmywil2011-04-251-3/+11
|/
* Disabling .add(form.elements) unit test.John Resig2011-04-221-2/+7
* Landing pull request 340. Adds widows, orphans to cssNumber hash; includes te...Rick Waldron2011-04-221-1/+25
* Landing pull request 332. Appending disconnected radio or checkbox inputs and...timmywil2011-04-211-1/+15
* Landing pull request [337](https://github.com/jquery/jquery/pull/337). Value ...timmywil2011-04-211-2/+6
* Only use getAttributeNode on buttons when setting valuetimmywil2011-04-191-1/+2
* Fix value attribute and val for value on button elements. Fixes #1954timmywil2011-04-171-2/+11
* Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API....John Resig2011-04-171-1/+4
* Fix live mouseenter and mouseleave binding so they can be activated by trigge...Brian Brennan2011-04-171-2/+19
* Merge branch 'qunit_fixture'timmywil2011-04-179-144/+144
|\
| * Switch QUnit div from depreceted #main to #qunit-fixturetimmywil2011-04-179-144/+144
* | Make sure that hide or show don't fail when operating on non-Element nodes. F...John Resig2011-04-171-0/+4
* | Make sure that forms and selects are added to a jQuery set correctly. Fixes #...John Resig2011-04-171-2/+3
|/
* Add in unit tests for #6993.John Resig2011-04-161-1/+7
* Merge branch 'cellpadding_support' of https://github.com/timmywil/jquery into...John Resig2011-04-161-0/+1
|\
| * Add support for setting the cellPadding attribute in IE6/7timmywil2011-04-141-0/+1
* | Backing out fix for #6481.John Resig2011-04-161-7/+2
* | revert to old code, bug is invalidJordan Boesch2011-04-151-79/+0
|/
* Merge branch '8099' of https://github.com/rwldrn/jquery. Fixes #8099.jeresig2011-04-141-0/+22
|\
| * Ticket #8099 Performance tweaking, creditsrwldrn2011-04-131-10/+10
| * Ticket #8099 Updates per reviewrwldrn2011-04-131-2/+7
| * Ticket #8099 Conditional iframe approache, caches both iframe and iframedoc f...rwldrn2011-04-131-2/+6
| * Ticket 8099, Reattempt with iframerwldrn2011-04-121-0/+13
* | Merge branch 'bug_4146_v2' of https://github.com/jboesch/jquery into jboesch-...jeresig2011-04-141-0/+79
|\ \
| * | fixing bug 4146 - round 2!Jordan Boesch2011-04-131-0/+79
* | | Adjust the unit tests in traversing - is(jQuery) to avoid long-running script...timmywil2011-04-141-8/+6
|/ /