jquery/src
2013-01-24 23:10:44 -05:00
..
ajax Never use the XML as parsed by the XHR instance. Use raw text instead and let the ajax conversion logic do the trick. -20 min/gzipped. Fixes #13276. Unit test added. 2013-01-21 02:44:16 +01:00
sizzle@c0d9badeb5 Fix #13281: update Sizzle 2013-01-24 23:10:44 -05:00
.jshintrc Make compatible with jshint, lint test/data. Close gh-1043. 2012-12-06 13:46:37 -05:00
ajax.js Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes #13261. 2013-01-24 02:35:07 +01:00
attributes.js Fix #13315: compare typeof node.method to var instead of literal "undefined" for safer uglification 2013-01-24 00:13:16 -05:00
callbacks.js Fix #12959: Optimize library-wide patterns 2012-11-27 01:59:22 +01:00
core.js Fix #13315: compare typeof node.method to var instead of literal "undefined" for safer uglification 2013-01-24 00:13:16 -05:00
css.js Fix failing tests, add support for empty spans in Opera. Supplements #13132, #10406. 2013-01-21 18:12:16 -05:00
data.js Fix jQuery #13251: use slice instead of substring 2013-01-17 17:00:29 -05:00
deferred.js Propagate context of returned deferred object in Deferred.then(). Fixes #13160. 2013-01-08 17:59:08 +00:00
deprecated.js Remove APIs now in jquery-compat 2012-11-07 20:12:03 -05: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 #13183: Wrong animation initial value calc. Close gh-1136. 2013-01-15 23:28:56 -05:00
event.js Fix #13315: compare typeof node.method to var instead of literal "undefined" for safer uglification 2013-01-24 00:13:16 -05:00
exports.js Strips IIFEs from modules; Always require built jQuery for tests. 2012-06-04 12:48:18 -04:00
intro.js Update copyrights used in file headers. 2013-01-11 16:17:22 -05:00
manipulation.js Fix #13315: compare typeof node.method to var instead of literal "undefined" for safer uglification 2013-01-24 00:13:16 -05:00
offset.js Fix #13315: compare typeof node.method to var instead of literal "undefined" for safer uglification 2013-01-24 00:13:16 -05: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 Fix #13103. Add .finish() method. Cherry picked from b6abb31df4. 2013-01-08 01:23:22 +00: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 Sizzle: minor adjustments and a small fix in the child selector regex 2012-07-02 15:24:33 -04:00
support.js Fix #13315: compare typeof node.method to var instead of literal "undefined" for safer uglification 2013-01-24 00:13:16 -05:00
traversing.js Ref #13019 and gh-1062. Use parentNode check instead of isDisconnected(). 2012-12-09 14:46:06 -05:00