.. |
ajax
|
Removes unnecessary call to .off() as noted by @dcherman.
|
2013-01-21 03:05:03 +01:00 |
.jshintrc
|
Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. Close gh-1283.
|
2013-07-11 12:52:48 -04:00 |
ajax.js
|
Handles HEAD requests as if they always were 204. Fixes #13922.
|
2013-05-23 02:11:37 +02:00 |
attributes.js
|
Avoid jQuery(this) and a closure for .toggle(Boolean), close gh-1271.
|
2013-06-02 22:27:40 -04:00 |
callbacks.js
|
Moved too-early assignment inside the if stmt where the var is actually used. Close gh-1292.
|
2013-06-19 19:17:42 -04:00 |
core.js
|
Fix #13223. Re-allow leading space in HTML. Close gh-1264.
|
2013-05-09 14:53:15 -04:00 |
css.js
|
Fixes #14049: don't append px to CSS order value. Close gh-1300.
|
2013-07-01 19:58:39 +02:00 |
data.js
|
Fixes #14047 jQuery.data should not miss data-* w/ hyphenated property names
|
2013-06-24 12:23:12 -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
|
Fix #13937: Correctly scope .finish() following multi-element .animate(). Thanks @gnarf37. Close gh-1279.
|
2013-05-28 16:49:48 -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 #13255. Set a default event target for Cordova.
|
2013-05-02 13:39:13 -04:00 |
intro.js
|
Remove undefined var declarations
|
2013-07-08 12:27:33 -04:00 |
manipulation.js
|
Fixes #13976: Garbage input should not cause error in buildFragment. Close gh-1284
|
2013-07-01 22:31:01 +04:00 |
offset.js
|
No ticket: Reduce size in anticipation of Sizzle-free builds
|
2013-02-22 16:36:39 -05:00 |
outro.js
|
Support CommonJS environments by accentuating the need for a window with a document. Fixes #13768.
|
2013-07-04 14:00:26 -04:00 |
queue.js
|
Fix #13937: Correctly scope .finish() following multi-element .animate(). Thanks @gnarf37. Close gh-1279.
|
2013-05-28 16:49:48 -04:00 |
selector-native.js
|
Check nodeType of elements passed to selector-native's find. Fixes #13577.
|
2013-05-06 15:42:00 -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
|
Simplification of jQuery#contents method
|
2013-05-27 11:21:28 -04:00 |
wrap.js
|
Fix #13741. Make wrap/unwrap methods optional. Close gh-1222.
|
2013-04-06 16:00:58 -04:00 |