.. |
ajax
|
Latest JSHint gets cranky with the _ vars in catch() {}
|
2012-10-15 18:05:36 -04:00 |
sizzle@3ed4e970e2
|
Fixing style for deferred.js unit tests. Close gh-973.
|
2012-10-16 08:24:18 -04:00 |
.jshintrc
|
Clean up jshintrc configs. Close gh-983.
|
2012-10-16 11:28:11 -04:00 |
ajax.js
|
better, more maintainable version of the prefilters execution and transport selection
|
2012-10-16 09:40:42 -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
|
Moved attrFN to deprecated. Close gh-977.
|
2012-10-16 10:01:18 -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
|
Create private methods for processing data/removeData requests. Fixes #12519, Closes gh-976
|
2012-10-16 11:15:41 -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
|
Fix #12347 and #12384. Use a fresh div in jQuery.clean each time.
|
2012-08-28 17:02:01 -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
|
Fix #12357: be more kind to non-browser environments. Close gh-938.
|
2012-09-30 20:54:28 -04:00 |
traversing.js
|
Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971
|
2012-10-16 10:25:08 -04:00 |