aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/attributes.js
Commit message (Expand)AuthorAgeFilesLines
* Landing pull request 492. 1.7 Remove multiple attributes (Symmetry with remov...Rick Waldron2011-09-191-0/+22
* Add sparse array performance improvement for inArray. Thanks rwaldron, rkatic...timmywil2011-09-191-1/+1
* Check for property support in the boolHook before falling back to attribute n...timmywil2011-09-191-8/+12
* Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92...timmywil2011-09-191-7/+8
* Revert back to always setting the attribute to empty string before removal. F...timmywil2011-08-251-8/+9
* Fixes assertion counts and dom element fixture issueRick Waldron2011-08-051-14/+14
* Now using getAttributeNode in all attribute cases in IE6/7, which normalizes ...timmywil2011-08-041-23/+22
* Make the tabIndex hook first a propHook and add it to attrHooks for back-comp...timmywil2011-08-041-0/+55
* Merge pull request #419 from rwldrn/9630Dave Methvin2011-08-041-0/+10
|\
| * Filter hasClass by nodeType 1; Fixes #9630rwldrn2011-06-221-1/+1
| * Assert that .contents().hasClass() works as expected. Fixes #9630rwldrn2011-06-211-0/+10
* | Check the attribute node value for false for HTML5 booleans when not supporte...timmywil2011-07-091-8/+15
|/
* Allow similarly named classes (regression from 9499) and switch class retriev...timmywil2011-06-191-4/+11
* Attribute hooks do not need to be attached in XML docs. Fixes #9568.timmywil2011-06-131-3/+4
* Check classes passed for duplicates. Fixes #9499.timmywil2011-06-071-2/+11
* Landing pull request 382. Adds support for number values (meter,progress); Fi...rwldrn2011-05-201-0/+24
* Handle unset value attributes consistently depending on property existence. S...timmywil2011-05-181-1/+3
* 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
* 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
* Add fallback to prop for the window and document. Switch value to use the pro...timmywil2011-05-101-16/+20
* Remove value check from formHook; other elements can use value hooktimmywil2011-05-071-1/+3
* Set val before hide/show check and fix easing setting; also update attributes...timmywil2011-05-071-3/+7
* 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 setting value attributes on option elements. Fixes #9071.timmywil2011-05-031-1/+3
* Test for a colon in attribute names for IE6/7. Fixes #1591.timmywil2011-05-011-1/+5
* Add tests data- and aria- attributes and the autofocus boolean attribute and ...timmywil2011-04-251-3/+11
* 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
* Switch QUnit div from depreceted #main to #qunit-fixturetimmywil2011-04-171-2/+2
* Add support for setting the cellPadding attribute in IE6/7timmywil2011-04-141-0/+1
* IE9's support for SVG elements unfortunately does not extend to clearAttribut...timmywil2011-04-131-1/+1
* VML.type test was causing multiple test suite fails, fix attributes.js fail i...timmywil2011-04-121-7/+9
* second batchlouisremi2011-04-111-182/+182
* Had some stale code in test/unit/attributes.jstimmywil2011-04-101-4/+0
* #8150 - When removing the width and height attributes in IE6/7, setting to "...timmywil2011-04-091-5/+5
* IE8 testing for lowercasing the css properties on retrieving style; had assum...timmywil2011-04-091-2/+2
* Normalize css property names to lowercase for comparisons on a .attr('style')...timmywil2011-04-031-2/+2
* Found a problem removing the style attribute in IEtimmywil2011-04-031-4/+9
* #5413 - Much shorter solution for getting width/height in ie6timmywil2011-04-031-1/+5