aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes/prop.js
Commit message (Collapse)AuthorAgeFilesLines
* Attributes: remove redundant parent checkTimmy Willison2016-03-071-1/+1
|
* Attributes: Add a support comment & fix a link @ tabIndex hookMichał Gołębiowski2016-02-031-1/+2
| | | | Ref gh-2664
* Attributes: fix setting selected on an option in IE<=11Timmy Willison2016-01-191-0/+16
| | | | | Fixes gh-2732 Close gh-2840
* Attributes: fix tabIndex on <img> in IE11Joelle Fleurantin2015-10-181-5/+15
| | | | | Fixes gh-2647 Closes gh-2664
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-10/+10
| | | | Fixes gh-2056
* Core: organize prop & attr code to be similarGilad Peleg2015-06-231-18/+22
| | | | Closes gh-2384
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-3/+4
|
* Support: clean up comments and Support notationDave Methvin2014-06-101-3/+1
| | | | Closes gh-1577
* Break jQuery.access out into its own module to separate it from core; Adjust ↵Timmy Willison2013-09-091-2/+3
| | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax.
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-3/+3
|
* Specify support as a dependency wherever it is used. Optimize module order ↵Timmy Willison2013-08-151-1/+2
| | | | to save 15 bytes.
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+94