.. |
ajax
|
Removes unnecessary call to .off() as noted by @dcherman.
|
2013-01-21 03:05:03 +01:00 |
sizzle@26d2cef803
|
Fix #13596; #13722: .replaceWith consistency. Close gh-1216.
|
2013-04-16 17:47:21 -04:00 |
.jshintrc
|
Add onevar to jshintrc, but remove the option for linting the concatenated file
|
2013-04-09 12:48:34 -04:00 |
ajax.js
|
Correct oldIE-related comments, revert some workarounds. Close gh-1207.
|
2013-04-04 12:55:03 -04:00 |
attributes.js
|
Adjust tabIndex propHook for modern browsers and return -1 where appropriate. Close gh-1228.
|
2013-04-08 21:33:17 -04:00 |
callbacks.js
|
Properly resets firingLength when emptying the list. Fixes #13517
|
2013-02-27 16:15:32 +01:00 |
core.js
|
No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.
|
2013-04-07 23:29:36 -04:00 |
css.js
|
No ticket. Use data_priv methods instead of jQuery._removeData and jQuery._data; Remove needless, internal second argument of jQuery.cleanData. Closes gh-1234
|
2013-04-08 15:35:16 -04:00 |
data.js
|
Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755.
|
2013-04-09 11:59:31 -04:00 |
deferred.js
|
Eliminate redundancy of Deferred.then().
|
2013-01-08 01:03:38 +09:00 |
deprecated.js
|
No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.
|
2013-04-07 23:29:36 -04:00 |
dimensions.js
|
Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.
|
2013-03-12 21:06:25 -04:00 |
effects.js
|
No ticket. Use data_priv methods instead of jQuery._removeData and jQuery._data; Remove needless, internal second argument of jQuery.cleanData. Closes gh-1234
|
2013-04-08 15:35:16 -04:00 |
event-alias.js
|
moved bind, unbind, delegate & undelegate to event-alias.js; refs #13554
|
2013-03-25 22:06:50 -04:00 |
event.js
|
Fix #13393. Avoid IE9 activeElement of death.
|
2013-04-08 21:35:48 -04:00 |
exports.js
|
Fixes #13566. If there is a window object, and it has a document property, it might be the window we want, so define jQuery and $. Thanks to @dcherman for saving us from that embarrassment!
|
2013-04-04 17:27:15 -04:00 |
intro.js
|
Fix #13335. Remove "use strict".
|
2013-02-01 17:17:39 -05:00 |
manipulation.js
|
Loop cleanup
|
2013-04-16 22:37:48 -04:00 |
offset.js
|
No ticket: Reduce size in anticipation of Sizzle-free builds
|
2013-02-22 16:36:39 -05:00 |
outro.js
|
Fixes #13760. Pass window, not this to the main IIFE. Closes gh-1238
|
2013-04-10 17:27:31 -04:00 |
queue.js
|
No ticket. Use data_priv methods instead of jQuery._removeData and jQuery._data; Remove needless, internal second argument of jQuery.cleanData. Closes gh-1234
|
2013-04-08 15:35:16 -04:00 |
selector-native.js
|
Ref 4ef51690 : Update selector-native for new Sizzle dependencies
|
2013-04-05 01:04:44 -04:00 |
serialize.js
|
Ignore file inputs when serializing forms. File input serialization is handled by plugins. Fixes #13306.
|
2013-01-23 12:23:46 -05:00 |
sizzle-jquery.js
|
Fix #13539: Utilize Sizzle hooks. Close gh-1215.
|
2013-04-05 00:37:36 -04:00 |
support.js
|
Ref #13743. Remove support.boxModel, deprecated 1.3. Close gh-1230.
|
2013-04-08 12:49:19 -04:00 |
traversing.js
|
Fix #13539: Utilize Sizzle hooks. Close gh-1215.
|
2013-04-05 00:37:36 -04:00 |
wrap.js
|
Fix #13741. Make wrap/unwrap methods optional. Close gh-1222.
|
2013-04-06 16:00:58 -04:00 |