.. |
ajax
|
Alternate fix for #11426; check responseText. Close gh-843.
|
2012-10-20 21:25:39 -04:00 |
sizzle@5e6ae330a9
|
Sizzle: remove unneeded vars and POS regex (-22 bytes)
|
2012-10-24 10:35:08 -04:00 |
.jshintrc
|
new JSHINT mixed spaces/tabs is smart enough to not warn on multiline comments, rendering smarttabs useless
|
2012-10-22 13:29:43 -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
|
Implement expectation test instead of using _removeData. Close gh-997.
|
2012-10-28 22:44:57 -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 #9469. Remove semi-functional .selector property. Close gh-1006.
|
2012-10-24 22:36:20 -04:00 |
css.js
|
Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005.
|
2012-10-30 10:20:54 -04:00 |
data.js
|
Fix #10544. Remove deprecated .data() event namespaced triggering.
|
2012-10-31 21:27:42 -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
|
Fix #10544. Remove deprecated .data() event namespaced triggering.
|
2012-10-31 21:27:42 -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
|
Elements created from html strings have a parentnode. Fixes #12392
|
2012-10-25 20:41:47 -04:00 |
offset.js
|
Fix #11542. document.body should not be special in .offset() and document.documentElement is the default element.offsetParent. Close gh-899.
|
2012-10-24 23:35:15 -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
|
Fix #12816. Ensure .find() result are DOM ordered.
|
2012-10-31 22:43:04 -04:00 |