jquery/src
Rick Waldron 5f5d2e55f7 Merge branch '2.0-traversing' of https://github.com/orkel/jquery
* '2.0-traversing' of https://github.com/orkel/jquery:
  Code style
  Reduce traversing module
2012-12-31 13:26:26 -05:00
..
ajax Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065. 2012-12-10 20:51:49 -05:00
sizzle@19c7b34403 Update Sizzle 2012-12-21 15:51:37 -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 Fixes #13088: under IE8, $(selector).attr('style') always return lowercase string 2012-12-31 12:30:02 -05:00
callbacks.js Fix #12959: Optimize library-wide patterns 2012-11-27 01:59:22 +01:00
core.js Followup to gh-1089. Avoid duplicate typeof check. 2012-12-23 15:57:01 -05:00
css.js compress -16 min+gzip 2012-12-13 12:41:25 -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 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 Pass style declarations around for performance improvements and paving the way for the css array signature 2012-12-11 13:58:14 -05:00
event.js Fix #13078. Remove .live() and .die(). Great rejoicing. 2012-12-18 13:24:05 -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 #13094. Pass index to .before(fn) fn as documented. Close gh-1093. 2012-12-20 20:55:30 -05:00
offset.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
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 #12569. Improve feature detect for event bubbling. Close gh-1076. 2012-12-20 22:08:32 -05:00
traversing.js Code style 2012-12-19 19:42:33 +04:00