aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes.js
Commit message (Expand)AuthorAgeFilesLines
* save a byteRichard Gibson2012-11-271-2/+2
* Don't let removeClass create attributesRichard Gibson2012-11-271-9/+12
* Fix #12959: Optimize library-wide patternsRichard Gibson2012-11-271-58/+57
* Fix #12915, add propHook for scrip src property on oldIE. Close gh-1035.aFarkas2012-11-181-6/+8
* Fix #12840: remove undocumented parameter "pass" from .attr. Close gh-1017.Richard Gibson2012-11-051-8/+3
* Fix #10299. Add a propHook for oldIE link href.Dave Methvin2012-11-011-0/+8
* Implement expectation test instead of using _removeData. Close gh-997.Timo Tijhof2012-10-281-1/+5
* Sizzle: remove unneeded vars and POS regex (-22 bytes)Timmy Willison2012-10-241-1/+1
* Fix #12411, .removeClass(undefined) is a chaining no-op. Close gh-913.Matthias Jäggli2012-10-211-1/+1
* Fix #12048. Set attributes for XML fragments. Close gh-965.Sai Wong2012-10-201-1/+1
* Moved attrFN to deprecated. Close gh-977.Akintayo Akinwunmi2012-10-161-4/+1
* Fix #12583: Don't ignore disabled property of select-one, close gh-932.Richard Gibson2012-10-031-19/+13
* Fix #12229, size/consistency improvements. Close gh-887.Richard Gibson2012-09-181-5/+5
* Add back a sacrificial $.attrFn object.Dave Methvin2012-08-071-0/+3
* Clean up regexen; use common regex for numbers. Close gh-862.Richard Gibson2012-07-221-2/+2
* Revert "Fix #11397. Shush Firefox warning by re-breaking #6932 for BB 4.7."Dave Methvin2012-07-121-0/+8
* Fix #11397. Shush Firefox warning by re-breaking #6932 for BB 4.7.Dave Methvin2012-07-121-8/+0
* Fix #11547. toLowerCase not work good on XML attributes.Dave Methvin2012-07-111-7/+2
* Fixes a variety of typographical problems. Closes gh-853Chris Faulkner2012-07-111-1/+1
* Follow the style guide, lose 72 bytes! Closes gh-840.Mike Sherov2012-07-091-4/+5
* Fix #12026. Let props in $(html, props) be any jQuery.fn method.Dave Methvin2012-07-051-12/+1
* Use value rather than nodeValue in attributes (it's the string version). Upda...timmywil2012-07-021-3/+3
* Make removeClass smart enough to remove duplicates. Fixes #11923Rick Waldron2012-06-231-12/+11
* Interim take on cross-module variables, closes gh-817.Richard Gibson2012-06-151-5/+4
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-4/+0
* Remove the tabindex attrHook. Fixes #8473timmywil2012-05-301-6/+0
* Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr().Arne de Bree2012-04-101-1/+6
* Do not set boolean attributes to empty string on removal. Fixes #10870. +0 by...timmywil2012-03-051-3/+7
* Fix #11316. Find valHooks first by element type, then by nodeName.Mathias Bynens2012-03-021-2/+2
* Fixes #10828, .attr("coords") returns undefined in IE7Mike Sherov2012-03-021-1/+2
* Fix #5571. Setters should treat `undefined` as a no-op and be chainable.Richard Gibson2011-12-061-2/+2
* Microoptimization in jQuery.attr and remove the redundancy of return undefinedtimmywil2011-11-141-5/+5
* Landing pull request 600. Remove jQuery.trim() to restore perf. Supplements #...Rick Waldron2011-11-141-9/+12
* Fix #10773. Improve parameter handling in removeAttr.Oleg2011-11-141-3/+3
* Cleanup spacing in attributes.js. Fixes #10601Rick Waldron2011-10-271-8/+8
* Support setting both the enctype attribute and property (encoding in IE6/7). ...timmywil2011-10-221-1/+7
* Use the property name in elem.removeAttribute in IE6/7 to ensure correct remo...timmywil2011-10-171-16/+22
* Add a hook for removing contenteditable in IE6/7 and remove the unnecessary j...timmywil2011-10-061-23/+20
* Landing pull request 492. 1.7 Remove multiple attributes (Symmetry with remov...Rick Waldron2011-09-191-9/+17
* Landing pull request 510. Add notes about #9699 fix.Rick Waldron2011-09-191-10/+11
|\
| * Fixes typoRick Waldron2011-09-191-1/+1
| * Add notes about #9699 fixRick Waldron2011-09-181-0/+1
| * Removes whitespace junkRick Waldron2011-09-181-11/+11
* | Check for property support in the boolHook before falling back to attribute n...timmywil2011-09-191-2/+3
* | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92...timmywil2011-09-191-4/+8
|/
* Revert back to always setting the attribute to empty string before removal. F...timmywil2011-08-251-8/+3
* Remove unnecessary regextimmywil2011-08-041-1/+0
* Now using getAttributeNode in all attribute cases in IE6/7, which normalizes ...timmywil2011-08-041-23/+18
* Make the tabIndex hook first a propHook and add it to attrHooks for back-comp...timmywil2011-08-041-15/+20
* Merge pull request #419 from rwldrn/9630Dave Methvin2011-08-041-1/+1
|\