aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix tabs in delegate test.John Resig2011-05-101-4/+4
* Make sure that data properties with hyphens are always accessed/set using cam...John Resig2011-05-101-2/+7
* Make sure that mouseenter/mouseleave fire on the correct element when doing d...John Resig2011-05-101-0/+14
* Landing pull request 374. .animate() Callbacks should fire in correct order (...louisremi2011-05-101-0/+16
|\
| * oops consolelouisremi2011-05-101-1/+0
| * oops unit testlouisremi2011-05-091-0/+17
* | Adds unit/support.js to unit tests. Still have to test for #8763 has to be do...jaubourg2011-05-105-33/+85
* | 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
* | Fixes #9109. When jQuery is loaded in the body, then the fake body element us...jaubourg2011-05-091-0/+33
* | 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
* | Fix QUnit Header linkstimmywil2011-05-021-1/+1
* | Avoid changing html in two places; add minified jQuery as an option to the ma...timmywil2011-05-024-268/+13
* | Add a test page for running the test suite against a fully built and compress...timmywil2011-05-021-0/+264
* | 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
* | Syntax in testrunnertimmywil2011-04-281-2/+3
* | Landing pull request 357. Update unit tests for widows & orphans. Supplements...rwldrn2011-04-281-4/+4
* | Landing pull request 354. Adds QUnit Aliases to testrunner.js. Fixes #8991.Rick Waldron2011-04-281-0/+9
* | 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
* Update Sizzle and QUnittimmywil2011-04-211-0/+0
* Updating Sizzle and QUnit.jeresig2011-04-201-0/+0
* 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-1711-147/+147
|\
| * Update QUnit, fix visibility of #dl and pass JSLint in effects.jstimmywil2011-04-172-1/+1