aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes/attr.js
Commit message (Collapse)AuthorAgeFilesLines
* 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. Conflicts: src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/traversing.js
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-7/+7
|
* Fix for custom attr handles duck-punching the boolean attr handleTimmy Willison2013-08-281-4/+6
|
* Make the attr handles a little more readable (+4 bytes)Timmy Willison2013-08-261-25/+25
|
* Fix most of the broken tests in oldIE. Build order issue.Timmy Willison2013-08-261-0/+1
| | | | - attr requires val for attaching to the nodeHook as a valHook for buttons
* Specify support as a dependency wherever it is used. Optimize module order ↵Timmy Willison2013-08-151-1/+2
| | | | | | | | | | to save 15 bytes. Conflicts: src/css.js src/manipulation.js src/offset.js src/support.js
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+266
Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js