jquery/src
2012-10-16 16:42:21 -04:00
..
ajax Latest JSHint gets cranky with the _ vars in catch() {} 2012-10-15 18:05:36 -04:00
sizzle@406b24bc94 Sizzzzzzllllleeeee 2012-10-16 16:42:21 -04:00
.jshintrc Clean up jshintrc configs. Close gh-983. 2012-10-16 11:28:11 -04:00
ajax.js Uses an additive approach to generating anti-cache parameters rather than a timestamp. Fixes #12550 2012-10-16 16:08:13 -04:00
attributes.js Moved attrFN to deprecated. Close gh-977. 2012-10-16 10:01:18 -04:00
callbacks.js Do not iterate over functions. Fixes #12665. Unit tests added. Thanks to @kselden for finding the bug. 2012-10-06 22:00:43 +02:00
core.js Use the correct escape for BOM; add build code to detect non-ASCII. 2012-10-11 10:25:43 -04:00
css.js fix effects tests failure 2012-10-16 00:17:39 -04:00
data.js Create private methods for processing data/removeData requests. Fixes #12519, Closes gh-976 2012-10-16 11:15:41 -04:00
deferred.js deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed unit tests added! 2012-09-13 15:44:12 +02:00
deprecated.js Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Closes gh-982. 2012-10-16 14:47:11 -04: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 Create private methods for processing data/removeData requests. Fixes #12519, Closes gh-976 2012-10-16 11:15:41 -04:00
event.js Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Closes gh-982. 2012-10-16 14:47:11 -04:00
exports.js Strips IIFEs from modules; Always require built jQuery for tests. 2012-06-04 12:48:18 -04:00
intro.js Finish the license changes, including Sizzle. 2012-08-09 13:44:20 -04:00
manipulation.js Merge branch 'master' of github.com:jquery/jquery 2012-10-16 15:15:00 -04:00
offset.js Fix #12536. Start at .offset() 0,0 if no getBoundingClientRect. 2012-09-14 10:15:10 -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 Extracts the serialization code from the ajax module so that alternative ajax implementations can use it without the need for the whole ajax module to be included in the build. 2012-07-13 09:47:43 +02: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 Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden during animation, closes gh-981 2012-10-16 12:30:28 -04:00
traversing.js Update Sizzle: allows disconnected sorting. Change add to always sort with added nodes, even when disconnected. 2012-10-16 11:54:54 -04:00