Oleg
|
22120cea66
|
Fix some code style inconsistencies
|
2013-11-07 22:09:33 +01:00 |
|
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
|
49cfcb9f3e
|
Apply consistent ordering in all modules. -219 bytes. Order modules like functions > jQuery.extend > jQuery.fn.extend.
|
2013-09-09 12:22:37 -04:00 |
|
Timmy Willison
|
3c717d2e6a
|
Always return jQuery in modules that can be included separately
Conflicts:
src/attributes.js
src/data.js
src/manipulation.js
|
2013-09-08 21:30:48 -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 |
|
Timmy Willison
|
21af3a9213
|
Ignore file inputs when serializing forms. File input serialization is handled by plugins. Fixes #13306.
|
2013-01-23 12:21:48 -05:00 |
|
Richard Gibson
|
0877d424e0
|
Fix #12959: Optimize library-wide patterns
|
2012-11-27 01:59:22 +01:00 |
|
Dave Methvin
|
ae215fdcf8
|
Fix #12134. Make .serialize() HTML5-compliant; provide a propHook for shimming.
|
2012-11-25 14:54:07 -05:00 |
|
Mike Sherov
|
16d996ba0c
|
no ticket: remove and enforce unused vars in jshint
|
2012-10-17 12:52:12 -04:00 |
|
jaubourg
|
ced5e9037a
|
Extracts the serialization code from the ajax module so that alternative ajax implementations can use it without the need for the whole ajax module to be included in the build.
|
2012-07-13 09:47:43 +02:00 |
|