.. |
ajax
|
Fixes a variety of typographical problems. Closes gh-853
|
2012-07-11 09:46:21 -04:00 |
sizzle@ccb60a3d38
|
Fixes failing tests in selector/traversing
|
2012-09-19 12:00:47 -04:00 |
.jshintrc
|
Adjust jshint options to pass with closure 'sub' changes
|
2012-07-10 12:12:55 -04:00 |
ajax.js
|
Fix #12229, size/consistency improvements. Close gh-887.
|
2012-09-18 18:04:31 -04:00 |
attributes.js
|
Fix #12229, size/consistency improvements. Close gh-887.
|
2012-09-18 18:04:31 -04:00 |
callbacks.js
|
Makes sure "adding" a string to a Callbacks object doesn't cause a stack overflow, just ignore the value like 1.7.x righfully did. Fixes #12233. Unit tests added.
|
2012-08-16 19:12:59 +02:00 |
core.js
|
Fix #12229, size/consistency improvements. Close gh-887.
|
2012-09-18 18:04:31 -04:00 |
css.js
|
Fix #12243, $("col").width() should return the column's width. Close gh-916.
|
2012-08-29 12:34:12 -04:00 |
data.js
|
Fix #12229, size/consistency improvements. Close gh-887.
|
2012-09-18 18:04:31 -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 #12333. Chrome needs $.browser.webkit too.
|
2012-08-20 23:09:46 -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
|
Fix #12447: Ensure starting-point calc takes finite time. Close gh-922.
|
2012-09-15 13:10:37 -04:00 |
event.js
|
Fix #12229, size/consistency improvements. Close gh-887.
|
2012-09-18 18:04:31 -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
|
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 |
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
|
Remove useless guard for a . Close gh-918.
|
2012-09-09 21:21:08 -04:00 |
traversing.js
|
Fix a regression where has with multiple contexts was not filtering correctly. Test added.
|
2012-07-27 18:19:18 -04:00 |