.. |
ajax
|
Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.
|
2013-01-31 10:22:12 -05:00 |
.jshintrc
|
Add onevar to jshintrc, but remove the option for linting the concatenated file
|
2013-04-09 12:48:50 -04:00 |
ajax.js
|
Handles HEAD requests as if they always were 204. Fixes #13922.
|
2013-05-23 02:39:20 +02:00 |
attributes.js
|
Avoid jQuery(this) and a closure for .toggle(Boolean), close gh-1271.
|
2013-06-02 22:35:49 -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:18:11 -04:00 |
core.js
|
Followup #13315: Correct support comment
|
2013-05-21 17:08:49 -04:00 |
css.js
|
Fixes #14049: don't append px to CSS order value. Close gh-1300. (cherry picked from ec6eb38c64 )
|
2013-07-01 20:03:16 +02:00 |
data.js
|
Update grunt-contrib-jshint to 0.3.0, ref gh-1204.
|
2013-04-03 20:41:41 -04:00 |
deferred.js
|
Propagate context of returned deferred object in Deferred.then(). Fixes #13160.
|
2013-01-08 17:59:08 +00:00 |
deprecated.js
|
No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.
|
2013-04-07 23:22:13 -04:00 |
dimensions.js
|
Pass style declarations around for performance improvements and paving the way for the css array signature
|
2012-12-11 13:58:14 -05:00 |
effects.js
|
Fix #13937: Correctly scope .finish() following multi-element .animate(). Thanks @gnarf37. Close gh-1279.
|
2013-05-28 16:48:55 -04:00 |
event-alias.js
|
Ref #13554: Move redundant methods to event-alias.js. Close gh-1225.
|
2013-04-07 00:48:58 -04:00 |
event.js
|
Remove an unnecessary comment
|
2013-05-24 20:14:48 +02:00 |
intro.js
|
Remove undefined var declarations
|
2013-07-08 12:29:12 -04:00 |
manipulation.js
|
Fix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script")
|
2013-04-29 13:32:10 -04:00 |
offset.js
|
No ticket: Reduce size in anticipation of Sizzle-free builds
|
2013-02-22 16:33:52 -05:00 |
outro.js
|
Support CommonJS environments by accentuating the need for a window with a document. Fixes #13768.
|
2013-07-04 14:05:30 -04:00 |
queue.js
|
Fix #13937: Correctly scope .finish() following multi-element .animate(). Thanks @gnarf37. Close gh-1279.
|
2013-05-28 16:48:55 -04:00 |
serialize.js
|
Ignore file inputs when serializing forms. File input serialization is handled by plugins. Fixes #13306.
|
2013-01-23 12:21:48 -05:00 |
sizzle-jquery.js
|
Fix #13539: Utilize Sizzle hooks. Close gh-1215.
|
2013-04-04 23:04:05 -04:00 |
support.js
|
Fix #13743. Remove deprecated support.boxModel. Close gh-1231.
|
2013-04-17 23:21:39 -04:00 |
traversing.js
|
Fix #13846: .prev sort direction
|
2013-05-01 11:36:48 -04:00 |
wrap.js
|
Fix #13741. Make wrap/unwrap methods optional; close gh-1236.
|
2013-04-17 23:06:33 -04:00 |