| Commit message (Expand) | Author | Age | Files | Lines |
* | Core: Migrate from AMD to ES modules 🎉 | Michał Gołębiowski-Owczarek | 2019-11-18 | 1 | -10/+6 |
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -2/+2 |
* | All non-var modules should not indent in their AMD wrappers (just for prettie... | Timmy Willison | 2013-09-09 | 1 | -2/+3 |
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 1 | -1/+5 |
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -502/+6 |
* | Avoid jQuery(this) and a closure for .toggle(Boolean), close gh-1271. | Jason Bedard | 2013-06-02 | 1 | -5/+10 |
* | Fix #13835: classes separated by form feed | Richard Gibson | 2013-05-13 | 1 | -1/+1 |
* | Only call jQuery(this) when needed. Close gh-1260. | Jason Bedard | 2013-05-09 | 1 | -3/+2 |
* | Fix #13809: Avoid collisions with words reserved by any version of ECMA-262 | Richard Gibson | 2013-04-24 | 1 | -3/+3 |
* | Adjust tabIndex propHook for modern browsers and return -1 where appropriate.... | Oleg Gaidarenko | 2013-04-08 | 1 | -23/+10 |
* | No ticket. Use data_priv methods instead of jQuery._removeData and jQuery._da... | Oleg Gaidarenko | 2013-04-08 | 1 | -2/+2 |
* | No ticket: Small simplification of .removeProp. Close gh-1227. | Oleg | 2013-04-07 | 1 | -3/+1 |
* | Fix #13539: Utilize Sizzle hooks. Close gh-1215. | Richard Gibson | 2013-04-05 | 1 | -57/+68 |
* | Correct oldIE-related comments, revert some workarounds. Close gh-1207. | Michał Gołębiowski | 2013-04-04 | 1 | -6/+3 |
* | Update grunt-contrib-jshint to 0.3.0, close gh-1204. | Michał Gołębiowski | 2013-04-03 | 1 | -2/+2 |
* | Fix #13514: Set selectedIndex to -1 when non-matching value is set on a selec... | ruado1987 | 2013-03-22 | 1 | -7/+14 |
* | Fix #13315 for IE9: compare typeof xmlNode.method to var instead of literal "... | Richard Gibson | 2013-01-27 | 1 | -3/+3 |
* | Ref #12945, IE9/10 still needs safe .getAttribute check. | Dave Methvin | 2013-01-04 | 1 | -1/+3 |
* | Fix #12945. Check for .getAttribute so IE9 is happy. | Dave Methvin | 2013-01-04 | 1 | -1/+3 |
* | Restore optSelected hack still needed by IE9/10 | Dave Methvin | 2012-12-31 | 1 | -0/+14 |
* | 2.0: Remove getSetAttribute and getSetInput and oldIE attroperties hooks | Timmy Willison | 2012-12-31 | 1 | -121/+6 |
* | Resolved conflict | Rick Waldron | 2012-12-31 | 1 | -40/+0 |
* | 2.0: Remove style->cssText attroproties fallback | Timmy Willison | 2012-12-31 | 1 | -0/+3 |
* | 2.0: Remove support.optSelected | Timmy Willison | 2012-12-31 | 1 | -20/+0 |
* | 2.0: Remove oldIE enctype propFix | Timmy Willison | 2012-12-31 | 1 | -5/+0 |
* | Fixes #13088: under IE8, $(selector).attr('style') always return lowercase st... | Mike Sherov | 2012-12-31 | 1 | -2/+3 |
* | let .attr(checked|selected, true) update the property | Richard Gibson | 2012-12-16 | 1 | -1/+1 |
* | Fix #11115: Normalize boolean attributes/properties. Close gh-1066. | Richard Gibson | 2012-12-15 | 1 | -33/+50 |
* | Fix #12600: don't use value property in place of value attribute. Close gh-1063. | Richard Gibson | 2012-12-14 | 1 | -43/+39 |
* | Fix #9646. Cloned nodes shouldn't affect original in IE7. Close gh-947. | Oleg | 2012-12-13 | 1 | -1/+9 |
* | Fix #13011. Let 'type' attribute be set if the browser allows. | Dave Methvin | 2012-12-11 | 1 | -7/+2 |
* | save a byte | Richard Gibson | 2012-11-27 | 1 | -2/+2 |
* | Don't let removeClass create attributes | Richard Gibson | 2012-11-27 | 1 | -9/+12 |
* | Fix #12959: Optimize library-wide patterns | Richard Gibson | 2012-11-27 | 1 | -58/+57 |
* | Fix #12915, add propHook for scrip src property on oldIE. Close gh-1035. | aFarkas | 2012-11-18 | 1 | -6/+8 |
* | Fix #12840: remove undocumented parameter "pass" from .attr. Close gh-1017. | Richard Gibson | 2012-11-05 | 1 | -8/+3 |
* | Fix #10299. Add a propHook for oldIE link href. | Dave Methvin | 2012-11-01 | 1 | -0/+8 |
* | Implement expectation test instead of using _removeData. Close gh-997. | Timo Tijhof | 2012-10-28 | 1 | -1/+5 |
* | Sizzle: remove unneeded vars and POS regex (-22 bytes) | Timmy Willison | 2012-10-24 | 1 | -1/+1 |
* | Fix #12411, .removeClass(undefined) is a chaining no-op. Close gh-913. | Matthias Jäggli | 2012-10-21 | 1 | -1/+1 |
* | Fix #12048. Set attributes for XML fragments. Close gh-965. | Sai Wong | 2012-10-20 | 1 | -1/+1 |
* | Moved attrFN to deprecated. Close gh-977. | Akintayo Akinwunmi | 2012-10-16 | 1 | -4/+1 |
* | 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 |