Timmy Willison
|
2f627494f2
|
Separate jQuery.fn.init into its own module (for lighter core dependencies across all modules). Restore proper support property for effects.
Conflicts:
src/attributes/classes.js
src/core.js
src/manipulation.js
src/traversing.js
|
2013-09-09 22:51:11 -05:00 |
|
Timmy Willison
|
2063d6c189
|
Break jQuery.access out into its own module to separate it from core; Adjust 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
|
2013-09-09 12:04:03 -04:00 |
|
Michał Gołębiowski
|
badcd1b6f3
|
Fix #10814. Fix #14084. Make support tests lazy and broken out to components.
|
2013-09-06 03:40:49 +02:00 |
|
Timmy Willison
|
05d907d1b1
|
Fix for custom attr handles duck-punching the boolean attr handle
|
2013-08-28 12:12:37 -04:00 |
|
Timmy Willison
|
6e19d2a094
|
Make the attr handles a little more readable (+4 bytes)
|
2013-08-26 23:53:45 -04:00 |
|
Timmy Willison
|
dc0d3b42c9
|
Fix most of the broken tests in oldIE. Build order issue.
- attr requires val for attaching to the nodeHook as a valHook for buttons
|
2013-08-26 23:29:33 -04:00 |
|
Jeremy Dunck
|
7dfe0ad191
|
Fix #14164: assign className in addClass/removeClass only if changed. Close gh-1331. (cherry-picked from c418b94eb4)
|
2013-08-19 17:58:00 +02:00 |
|
Timmy Willison
|
7315861813
|
Specify support as a dependency wherever it is used. Optimize module order to save 15 bytes.
Conflicts:
src/css.js
src/manipulation.js
src/offset.js
src/support.js
|
2013-08-15 20:41:43 -04:00 |
|
Timmy Willison
|
217cbb7109
|
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
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
|
2013-08-15 15:49:49 -04:00 |
|