.. |
ajax
|
Alternate fix for #11426; check responseText. Close gh-843.
|
2012-10-20 21:25:39 -04:00 |
sizzle@7ea8b52ed6
|
Fix #12858: don't expose jQuery/Sizzle expandos
|
2012-11-09 23:43:46 -05: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
|
Fix #12840: remove undocumented parameter "pass" from .attr. Close gh-1017.
|
2012-11-05 17:21:24 -05: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
|
Remove APIs now in jquery-compat
|
2012-11-07 20:12:03 -05:00 |
css.js
|
Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005.
|
2012-10-30 10:20:54 -04:00 |
data.js
|
Restore jQuery.access parameter mistakenly removed in 80d45a69
|
2012-11-06 09:53:00 -05: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
|
Remove APIs now in jquery-compat
|
2012-11-07 20:12:03 -05: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
|
Unroll the ( || ) in the math - Fixes #12497 - Thanks @lukemella @curiousdannii - Closes gh-1019
|
2012-11-07 21:29:55 -06:00 |
event.js
|
Remove unneeded parameter hockey in event shortcuts.
|
2012-11-01 19:48:21 -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
|
Fix #12777. Add applet to non-cacheable fragment types.
|
2012-11-13 10:30:25 -05: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
|
Must attach the .selector to the new jQuery object.
|
2012-11-01 21:40:01 -04:00 |