| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #12583: Don't ignore disabled property of select-one, close gh-932. | Richard Gibson | 2012-10-03 | 1 | -19/+13 |
* | Fix #12229, size/consistency improvements. Close gh-887. | Richard Gibson | 2012-09-18 | 1 | -5/+5 |
* | Add back a sacrificial $.attrFn object. | Dave Methvin | 2012-08-07 | 1 | -0/+3 |
* | Clean up regexen; use common regex for numbers. Close gh-862. | Richard Gibson | 2012-07-22 | 1 | -2/+2 |
* | Revert "Fix #11397. Shush Firefox warning by re-breaking #6932 for BB 4.7." | Dave Methvin | 2012-07-12 | 1 | -0/+8 |
* | Fix #11397. Shush Firefox warning by re-breaking #6932 for BB 4.7. | Dave Methvin | 2012-07-12 | 1 | -8/+0 |
* | Fix #11547. toLowerCase not work good on XML attributes. | Dave Methvin | 2012-07-11 | 1 | -7/+2 |
* | Fixes a variety of typographical problems. Closes gh-853 | Chris Faulkner | 2012-07-11 | 1 | -1/+1 |
* | Follow the style guide, lose 72 bytes! Closes gh-840. | Mike Sherov | 2012-07-09 | 1 | -4/+5 |
* | Fix #12026. Let props in $(html, props) be any jQuery.fn method. | Dave Methvin | 2012-07-05 | 1 | -12/+1 |
* | Use value rather than nodeValue in attributes (it's the string version). Upda... | timmywil | 2012-07-02 | 1 | -3/+3 |
* | Make removeClass smart enough to remove duplicates. Fixes #11923 | Rick Waldron | 2012-06-23 | 1 | -12/+11 |
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 1 | -5/+4 |
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -4/+0 |
* | Remove the tabindex attrHook. Fixes #8473 | timmywil | 2012-05-30 | 1 | -6/+0 |
* | Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr(). | Arne de Bree | 2012-04-10 | 1 | -1/+6 |
* | Do not set boolean attributes to empty string on removal. Fixes #10870. +0 by... | timmywil | 2012-03-05 | 1 | -3/+7 |
* | Fix #11316. Find valHooks first by element type, then by nodeName. | Mathias Bynens | 2012-03-02 | 1 | -2/+2 |
* | Fixes #10828, .attr("coords") returns undefined in IE7 | Mike Sherov | 2012-03-02 | 1 | -1/+2 |
* | Fix #5571. Setters should treat `undefined` as a no-op and be chainable. | Richard Gibson | 2011-12-06 | 1 | -2/+2 |
* | Microoptimization in jQuery.attr and remove the redundancy of return undefined | timmywil | 2011-11-14 | 1 | -5/+5 |
* | Landing pull request 600. Remove jQuery.trim() to restore perf. Supplements #... | Rick Waldron | 2011-11-14 | 1 | -9/+12 |
* | Fix #10773. Improve parameter handling in removeAttr. | Oleg | 2011-11-14 | 1 | -3/+3 |
* | Cleanup spacing in attributes.js. Fixes #10601 | Rick Waldron | 2011-10-27 | 1 | -8/+8 |
* | Support setting both the enctype attribute and property (encoding in IE6/7). ... | timmywil | 2011-10-22 | 1 | -1/+7 |
* | Use the property name in elem.removeAttribute in IE6/7 to ensure correct remo... | timmywil | 2011-10-17 | 1 | -16/+22 |
* | Add a hook for removing contenteditable in IE6/7 and remove the unnecessary j... | timmywil | 2011-10-06 | 1 | -23/+20 |
* | Landing pull request 492. 1.7 Remove multiple attributes (Symmetry with remov... | Rick Waldron | 2011-09-19 | 1 | -9/+17 |
* | Landing pull request 510. Add notes about #9699 fix. | Rick Waldron | 2011-09-19 | 1 | -10/+11 |
|\ |
|
| * | Fixes typo | Rick Waldron | 2011-09-19 | 1 | -1/+1 |
| * | Add notes about #9699 fix | Rick Waldron | 2011-09-18 | 1 | -0/+1 |
| * | Removes whitespace junk | Rick Waldron | 2011-09-18 | 1 | -11/+11 |
* | | Check for property support in the boolHook before falling back to attribute n... | timmywil | 2011-09-19 | 1 | -2/+3 |
* | | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92... | timmywil | 2011-09-19 | 1 | -4/+8 |
|/ |
|
* | Revert back to always setting the attribute to empty string before removal. F... | timmywil | 2011-08-25 | 1 | -8/+3 |
* | Remove unnecessary regex | timmywil | 2011-08-04 | 1 | -1/+0 |
* | Now using getAttributeNode in all attribute cases in IE6/7, which normalizes ... | timmywil | 2011-08-04 | 1 | -23/+18 |
* | Make the tabIndex hook first a propHook and add it to attrHooks for back-comp... | timmywil | 2011-08-04 | 1 | -15/+20 |
* | Merge pull request #419 from rwldrn/9630 | Dave Methvin | 2011-08-04 | 1 | -1/+1 |
|\ |
|
| * | Filter hasClass by nodeType 1; Fixes #9630 | rwldrn | 2011-06-22 | 1 | -1/+1 |
* | | Check the attribute node value for false for HTML5 booleans when not supporte... | timmywil | 2011-07-09 | 1 | -1/+3 |
|/ |
|
* | Allow similarly named classes (regression from 9499) and switch class retriev... | timmywil | 2011-06-19 | 1 | -11/+9 |
* | Attribute hooks do not need to be attached in XML docs. Fixes #9568. | timmywil | 2011-06-13 | 1 | -14/+17 |
* | Check classes passed for duplicates. Fixes #9499. | timmywil | 2011-06-07 | 1 | -22/+25 |
* | Move the value attrHook to the main attrHooks object to save bytes | timmywil | 2011-05-26 | 1 | -20/+19 |
* | Landing pull request 382. Adds support for number values (meter,progress); Fi... | rwldrn | 2011-05-20 | 1 | -1/+7 |
* | Unnecessary var removed. | timmywil | 2011-05-18 | 1 | -1/+0 |
* | Handle unset value attributes consistently depending on property existence. S... | timmywil | 2011-05-18 | 1 | -3/+4 |
* | Make the value hook less obtrusive for elements which do not inherently have ... | timmywil | 2011-05-18 | 1 | -1/+3 |
* | Switched title attribute to getAttributeNode for IE6/7. Fixes #9329. | timmywil | 2011-05-18 | 1 | -1/+1 |