.. |
ajax.js
|
comments out some problematic JSONP test until we figure out what the problem is
|
2012-10-16 09:39:33 -04:00 |
attributes.js
|
Fix #12583: Don't ignore disabled property of select-one, close gh-932.
|
2012-10-03 21:14:08 -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
|
Skip jQuery.sub() test since IE6 can't handle it.
|
2012-10-09 20:42:33 -04:00 |
css.js
|
Adds missing expect() call, fixes failing IE tests
|
2012-10-15 14:04:58 -04:00 |
data.js
|
Fix #10863. Allow newlines in JSON data- attributes.
|
2012-08-23 22:19:06 -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
|
Fix style nit: indent inside if statement
|
2012-10-15 17:21:18 -04:00 |
dimensions.js
|
Fix #12243, $("col").width() should return the column's width. Close gh-916.
|
2012-08-29 12:34:12 -04:00 |
effects.js
|
Enforce expects in effects.js (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-960
|
2012-10-15 12:14:54 -04:00 |
event.js
|
Deprecate fn toggle Closes gh-970 https://github.com/jquery/2012-dev-summit/issues/24
|
2012-10-15 17:20:33 -04:00 |
exports.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 |
manipulation.js
|
Enforce expects in manipulation.js (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-963
|
2012-10-15 12:19:20 -04:00 |
offset.js
|
Fix #12534. Don't die on browsers lacking getBoundingClientRect.
|
2012-09-13 18:47:07 -04:00 |
queue.js
|
Fix #12278. Promises on non-default queue wait until a dequeue is attempted on an empty queue. Close gh-893.
|
2012-08-19 21:48:52 -04:00 |
selector.js
|
Update Sizzle: fix a failing test in traversing. Move an attribute selector test to jQuery-only.
|
2012-09-19 20:46:18 -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 |
support.js
|
Move deprecated.js to the bottom of the build to ensure nothing depends on a deprecated feature
|
2012-10-15 16:51:16 -04:00 |
traversing.js
|
Enforce expects in events.js (https://github.com/jquery/2012-dev-summit/issues/53) Closes gh-962
|
2012-10-15 12:18:14 -04:00 |