.. |
ajax
|
No ticket: compress ajax. Close gh-1041.
|
2012-11-25 13:07:46 -05:00 |
sizzle@8d91687e64
|
once more with feeling
|
2012-12-05 23:47:33 -05:00 |
.jshintrc
|
Make compatible with jshint, lint test/data. Close gh-1043.
|
2012-12-06 13:46:37 -05:00 |
ajax.js
|
Fixes awkward spacing
|
2012-11-29 17:28:16 +01:00 |
attributes.js
|
save a byte
|
2012-11-27 09:53:30 -05:00 |
callbacks.js
|
Fix #12959: Optimize library-wide patterns
|
2012-11-27 01:59:22 +01:00 |
core.js
|
Fix #13013. Move jQuery.buildFragment() to compat plugin.
|
2012-12-06 21:17:27 -05:00 |
css.js
|
Fix #12904: Firefox defaultDisplay with body/iframe display:none. Report and solution by @maranomynet; test by @rwldrn.
|
2012-12-08 18:04:13 -05:00 |
data.js
|
Fix #12959: Optimize library-wide patterns
|
2012-11-27 01:59:22 +01:00 |
deferred.js
|
Deferred: .resolve(), .reject() and .notify() now set the callback context to the promise instance rather than the deferred instance ; .then() has also been amended. Fixes #11405.
|
2012-12-07 15:14:12 +01:00 |
deprecated.js
|
Remove APIs now in jquery-compat
|
2012-11-07 20:12:03 -05:00 |
dimensions.js
|
Fix #12283. Return null for dimension getters on non elements. Fix gh-900.
|
2012-08-19 22:58:05 -04:00 |
effects.js
|
Fix #12959: Optimize library-wide patterns
|
2012-11-27 01:59:22 +01:00 |
event.js
|
Fix #12989. Remove ajax "global" event behavior.
|
2012-12-01 20:29:32 -05:00 |
exports.js
|
Strips IIFEs from modules; Always require built jQuery for tests.
|
2012-06-04 12:48:18 -04:00 |
intro.js
|
adds strict rule to jshint options (except for test files). "use strict" is added to the main jQuery closure and some "could-be-unsafe" this trickery in effects is silenced.
|
2012-10-18 00:50:01 -04:00 |
manipulation.js
|
Fix #13013. Move jQuery.buildFragment() to compat plugin.
|
2012-12-06 21:17:27 -05:00 |
offset.js
|
Fix #11542. document.body should not be special in .offset() and document.documentElement is the default element.offsetParent. Close gh-899.
|
2012-10-24 23:35:15 -04:00 |
outro.js
|
Landing pull request 586. Create exports.js for exporting jQuery to window and AMD. Fixes #10687.
|
2011-11-14 12:13:25 -05:00 |
queue.js
|
Create private methods for processing data/removeData requests. Fixes #12519, Closes gh-976
|
2012-10-16 11:15:41 -04:00 |
serialize.js
|
Fix #12959: Optimize library-wide patterns
|
2012-11-27 01:59:22 +01:00 |
sizzle-jquery.js
|
Sizzle: minor adjustments and a small fix in the child selector regex
|
2012-07-02 15:24:33 -04:00 |
support.js
|
Fix #12869. Zoom the body after support tests; avoids layout changes in IE8/9/10 in IE7 mode. Close gh-1025.
|
2012-11-25 15:16:16 -05:00 |
traversing.js
|
Must attach the .selector to the new jQuery object.
|
2012-11-01 21:40:01 -04:00 |