aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Make the value hook less obtrusive for elements which do not inherently have ...timmywil2011-05-181-1/+2
* Switched title attribute to getAttributeNode for IE6/7. Fixes #9329.timmywil2011-05-181-4/+6
* Landing pull request 377. Check custom data != null(undefined), allows zero; ...Rick Waldron2011-05-161-0/+20
* Use getAttributeNode for ^on attributes in IE6/7 to avoid anonymous function ...timmywil2011-05-161-2/+5
* Retrieve the class attribute on a form in IE6/7. Fixes 9286.timmywil2011-05-141-1/+4
* Make sure setting boolean attributes to the same name sets the property to a ...timmywil2011-05-131-1/+6
* Use prop to retrieve boolean properties (so the selected hook will be used)timmywil2011-05-131-1/+7
* Landing pull request 365. jQuery.buildFragment, ensure doc is a document; Fix...Rick Waldron2011-05-131-1/+11
|\
| * jQuery.buildFragment, ensure doc is a document; Includes comments; Adds unit ...Rick Waldron2011-04-301-1/+10
* | Style edits for pull request 375timmywil2011-05-131-19/+19
* | Landing pull request 375. Added test case to support #9237 Fixes #9237.avaly2011-05-131-2/+52
* | Animation callbacks keep their place in the queue stack. Fixes #9220.timmywil2011-05-131-0/+24
* | Fixes #9239. If the body is already present in the DOM, use a div within it t...jaubourg2011-05-131-0/+23
* | Adding in test case to support #9211.John Resig2011-05-111-1/+8
* | Fixes #9221. Wraps openings of html comments and CDATA blocks found at the be...jaubourg2011-05-111-1/+19
* | Make sure that data properties with hyphens are always accessed/set using cam...John Resig2011-05-101-2/+7
* | 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-101-0/+32
* | | 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