aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes.js
Commit message (Expand)AuthorAgeFilesLines
* All non-var modules should not indent in their AMD wrappers (just for prettie...Timmy Willison2013-09-091-2/+3
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-081-1/+5
* Fix most of the broken tests in oldIE. Build order issue.Timmy Willison2013-08-261-2/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-659/+6
* Avoid jQuery(this) and a closure for .toggle(Boolean), close gh-1271.Jason Bedard2013-06-021-5/+10
* Fix #13835: classes separated by form feedRichard Gibson2013-05-131-1/+1
* Only call jQuery(this) when needed. Close gh-1260.Jason Bedard2013-05-091-3/+2
* Move attr hook for value to Sizzle.Timmy Willison2013-05-071-8/+0
* Fix #13809: Avoid collisions with words reserved by any version of ECMA-262Richard Gibson2013-04-241-3/+3
* Remove usage of the deprecated getAttributeNode() unless a support test warra...Timmy Willison2013-04-181-14/+15
* Adjust the return value of the tabIndex propHook to match the spec. Fixes #13...Oleg Gaidarenko2013-04-081-13/+7
* No ticket: minor 1.x/2.x code standardizationRichard Gibson2013-04-051-1/+1
* Fix #13539: Utilize Sizzle hooks. Close gh-1215.Richard Gibson2013-04-041-97/+97
* Update grunt-contrib-jshint to 0.3.0, ref gh-1204.Michał Gołębiowski2013-04-031-2/+2
* Fix #13514: Set selectedIndex to -1 when non-matching value is set on a selec...ruado19872013-03-221-7/+14
* Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.Oleg2013-01-311-1/+1
* Change variables initialization sequence for some declarationsOleg2013-01-311-1/+1
* Fix #13315: compare typeof node.method to var instead of literal "undefined" ...Richard Gibson2013-01-241-3/+3
* Fix #12945. Check for .getAttribute so IE9 is happy.Dave Methvin2013-01-041-1/+5
* Fixes #13088: under IE8, $(selector).attr('style') always return lowercase st...Mike Sherov2012-12-311-2/+3
* let .attr(checked|selected, true) update the propertyRichard Gibson2012-12-161-1/+1
* Fix #11115: Normalize boolean attributes/properties. Close gh-1066.Richard Gibson2012-12-151-33/+50
* Fix #12600: don't use value property in place of value attribute. Close gh-1063.Richard Gibson2012-12-141-43/+39
* Fix #9646. Cloned nodes shouldn't affect original in IE7. Close gh-947.Oleg2012-12-131-1/+9
* Fix #13011. Let 'type' attribute be set if the browser allows.Dave Methvin2012-12-111-7/+2
* 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