| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure setting boolean attributes to the same name sets the property to a ... | timmywil | 2011-05-13 | 1 | -1/+6 |
* | Use prop to retrieve boolean properties (so the selected hook will be used) | timmywil | 2011-05-13 | 1 | -1/+7 |
* | Add fallback to prop for the window and document. Switch value to use the pro... | timmywil | 2011-05-10 | 1 | -16/+20 |
* | Remove value check from formHook; other elements can use value hook | timmywil | 2011-05-07 | 1 | -1/+3 |
* | Set val before hide/show check and fix easing setting; also update attributes... | timmywil | 2011-05-07 | 1 | -3/+7 |
* | Reduce the boolean list only to those that have corresponding IDLs that don't... | timmywil | 2011-05-07 | 1 | -1/+1 |
* | Check empty string instead of specified as specified is inconsistent on the n... | timmywil | 2011-05-06 | 1 | -1/+3 |
* | Add support for the contenteditable attribute | timmywil | 2011-05-05 | 1 | -2/+6 |
* | Set the property corresponding to a boolean attribute when setting to true. F... | timmywil | 2011-05-04 | 1 | -1/+2 |
* | Set corresponding property to false when removing boolean attributes. Fixes #... | timmywil | 2011-05-04 | 1 | -1/+6 |
* | Update boolean check to avoid crashes, add all name fixes to propFix (propert... | timmywil | 2011-05-04 | 1 | -50/+75 |
* | If no hook is provided, and a boolean property exists, use that to return an ... | John Resig | 2011-05-03 | 1 | -4/+29 |
* | Fix setting value attributes on option elements. Fixes #9071. | timmywil | 2011-05-03 | 1 | -1/+3 |
* | Test for a colon in attribute names for IE6/7. Fixes #1591. | timmywil | 2011-05-01 | 1 | -1/+5 |
* | Add tests data- and aria- attributes and the autofocus boolean attribute and ... | timmywil | 2011-04-25 | 1 | -3/+11 |
* | Landing pull request [337](https://github.com/jquery/jquery/pull/337). Value ... | timmywil | 2011-04-21 | 1 | -2/+6 |
* | Only use getAttributeNode on buttons when setting value | timmywil | 2011-04-19 | 1 | -1/+2 |
* | Fix value attribute and val for value on button elements. Fixes #1954 | timmywil | 2011-04-17 | 1 | -2/+11 |
* | Switch QUnit div from depreceted #main to #qunit-fixture | timmywil | 2011-04-17 | 1 | -2/+2 |
* | Add support for setting the cellPadding attribute in IE6/7 | timmywil | 2011-04-14 | 1 | -0/+1 |
* | IE9's support for SVG elements unfortunately does not extend to clearAttribut... | timmywil | 2011-04-13 | 1 | -1/+1 |
* | VML.type test was causing multiple test suite fails, fix attributes.js fail i... | timmywil | 2011-04-12 | 1 | -7/+9 |
* | second batch | louisremi | 2011-04-11 | 1 | -182/+182 |
* | Had some stale code in test/unit/attributes.js | timmywil | 2011-04-10 | 1 | -4/+0 |
* | #8150 - When removing the width and height attributes in IE6/7, setting to "... | timmywil | 2011-04-09 | 1 | -5/+5 |
* | IE8 testing for lowercasing the css properties on retrieving style; had assum... | timmywil | 2011-04-09 | 1 | -2/+2 |
* | Normalize css property names to lowercase for comparisons on a .attr('style')... | timmywil | 2011-04-03 | 1 | -2/+2 |
* | Found a problem removing the style attribute in IE | timmywil | 2011-04-03 | 1 | -4/+9 |
* | #5413 - Much shorter solution for getting width/height in ie6 | timmywil | 2011-04-03 | 1 | -1/+5 |
* | - Added a hook to swap display none for width and height in browsers that do ... | timmywil | 2011-04-03 | 1 | -4/+8 |
* | Add style attribute support tests to $.attr | timmywil | 2011-04-03 | 1 | -2/+5 |
* | Fix issue where non-existant attributes on forms in IE6/7 were throwing errors | timmywil | 2011-04-03 | 1 | -4/+5 |
* | Add test for bug #3116 | timmywil | 2011-04-03 | 1 | -4/+12 |
* | Add test for bug#3685, remove added html and add dynamicly to avoid global te... | timmywil | 2011-04-03 | 1 | -1/+6 |
* | Fix #6562, tighten up the special code for form objects, add name attrHook fo... | timmywil | 2011-04-03 | 1 | -15/+23 |
* | Fix #7472 and added test for #3113 | timmywil | 2011-04-03 | 1 | -3/+5 |
* | Test description | timmywil | 2011-04-03 | 1 | -1/+1 |
* | Restored 6 tests that I had commented to come back to later to split up betwe... | timmywil | 2011-04-03 | 1 | -21/+24 |
* | Style edits according to comments from John and rwaldron. | timmywil | 2011-04-03 | 1 | -0/+25 |
* | Continuing IE7 testing, conditional attr fixes and hooks with feature testing... | timmywil | 2011-04-03 | 1 | -1/+1 |
* | Now passes in IE8, changed around $.hasAttr and switched the attrHook for sel... | timmywil | 2011-04-03 | 1 | -29/+5 |
* | Make the new attr/prop changes pass the test suite (in Webkit). There are st... | timmywil | 2011-04-03 | 1 | -88/+93 |
* | Make sure .val() works after form.reset() in IE. Fixes #2551. | rwldrn | 2011-02-10 | 1 | -0/+19 |
* | Update unit tests with a leak detection mechanism for the various jQuery glob... | Colin Snover | 2011-01-09 | 1 | -1/+1 |
* | Change the way jQuery.data works so that there is no longer a chance of colli... | Colin Snover | 2011-01-09 | 1 | -6/+4 |
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -33/+33 |
* | Merge branch 'attrFollowupFix' of https://github.com/jitter/jquery into jitte... | jeresig | 2010-12-09 | 1 | -4/+4 |
|\ |
|
| * | Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2. | Anton M | 2010-12-07 | 1 | -4/+4 |
* | | Merge branch 'support_6897' of https://github.com/rwldrn/jquery into rwldrn-s... | jeresig | 2010-12-09 | 1 | -0/+25 |
|\ \
| |/
|/| |
|
| * | Support unit test for #6897 | rwldrn | 2010-11-09 | 1 | -0/+25 |