.. |
ajax
|
Alternate fix for #11426; check responseText. Close gh-843.
|
2012-10-20 21:25:39 -04:00 |
sizzle@f51e83a9c9
|
no ticket: fix jQuery suite failure on Android
|
2012-10-17 15:20:50 -04:00 |
.jshintrc
|
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 |
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
|
Fix #12048. Set attributes for XML fragments. Close gh-965.
|
2012-10-20 15:27:43 -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
|
Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866.
|
2012-10-20 22:10:06 -04:00 |
css.js
|
no ticket: remove and enforce unused vars in jshint
|
2012-10-17 12:52:12 -04:00 |
data.js
|
Don't expose jQuery.deletedIds. Close gh-889.
|
2012-10-20 21:02:21 -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
|
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 |
event.js
|
Fixes #12518, removes an offsetWidth on focus/blur events for an <IE9 bug that caused a performance hit. Closes gh-958
|
2012-10-20 14:00:30 -04: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
|
Don't expose jQuery.deletedIds. Close gh-889.
|
2012-10-20 21:02:21 -04:00 |
offset.js
|
Fixes #12749, correctly detect position() for position:fixed elements, closes gh-991
|
2012-10-17 13:41:49 -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
|
no ticket: remove and enforce unused vars in jshint
|
2012-10-17 12:52:12 -04: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 #12569. Improve Feature Detect For oldIE bubbling. closes gh-967
|
2012-10-17 15:02:31 -04:00 |
traversing.js
|
no ticket: remove and enforce unused vars in jshint
|
2012-10-17 12:52:12 -04:00 |