aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix #12869. Zoom the body after support tests; avoids layout changes in IE8/9...Scott González2012-11-251-1/+3
* Fix #12134. Make .serialize() HTML5-compliant; provide a propHook for shimming.Dave Methvin2012-11-251-13/+12
* No ticket: compress ajax. Close gh-1041.Richard Gibson2012-11-254-328/+293
* Fix #12191. jQuery.type should return "error" for Error objects.Dave Methvin2012-11-241-1/+1
* Fix #9960, allow manipulation for parent document nodes. Close gh-924.dcooper2012-11-241-2/+2
* Fix #12733. Ignore excess spaciness in event strings.Dave Methvin2012-11-241-2/+3
* Fix #12868. Use native focus/blur to get event order right.Dave Methvin2012-11-241-1/+19
* Fix #3827. Get the correct checkbox status for a click handler.Dave Methvin2012-11-241-2/+10
* Set async to true instead of async (prop vs. attr). Closes gh-1039Timo Tijhof2012-11-211-1/+1
* Fix #12920: remove addMandatoryAttributes. Close gh-1037.Richard Gibson2012-11-201-29/+9
* fix Safari test failuresRichard Gibson2012-11-191-1/+1
* Fix #11795, #10470: keep scripts in DOM; execute only on first insertion. Clo...Richard Gibson2012-11-192-187/+211
* Fix #12915, add propHook for scrip src property on oldIE. Close gh-1035.aFarkas2012-11-181-6/+8
* Merge branch 'x8908'Dave Methvin2012-11-183-1/+19
|\
| * Fix #8908. Don't let change to originals affect clones in IE9/10. Close gh-886.Elijah Manor2012-11-183-1/+19
| |\
| | * Add support check, added assertion to check if cleared, add edge case for bac...Elijah Manor2012-08-133-4/+19
| | * Updated the comment above the fixElijah Manor2012-08-081-2/+2
| | * Fix weird clone bug and add a unit test to verifyElijah Manor2012-08-081-2/+8
* | | update SizzleRichard Gibson2012-11-161-0/+0
|/ /
* | Revert "Fixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967"Dave Methvin2012-11-141-1/+1
* | Fix #12777. Add applet to non-cacheable fragment types.Dave Methvin2012-11-131-1/+1
* | Fix #12858: don't expose jQuery/Sizzle expandosRichard Gibson2012-11-091-0/+0
* | Unroll the ( || ) in the math - Fixes #12497 - Thanks @lukemella @curiousdann...Corey Frang2012-11-071-1/+3
* | Keep track of a hiding state for toggle based animations - Fixes #8685Corey Frang2012-11-071-1/+10
* | Ensure each tick gets it's own fxNow - Fixes #12837 - Thanks @chadparryCorey Frang2012-11-071-0/+3
* | Remove APIs now in jquery-compatDave Methvin2012-11-072-126/+2
* | Restore jQuery.access parameter mistakenly removed in 80d45a69Richard Gibson2012-11-062-15/+18
* | Fix #12840: remove undocumented parameter "pass" from .attr. Close gh-1017.Richard Gibson2012-11-052-27/+33
* | Must attach the .selector to the new jQuery object.Dave Methvin2012-11-011-1/+2
* | Follow-up for .selector property removalOleg2012-11-012-9/+5
* | Fix #10299. Add a propHook for oldIE link href.Dave Methvin2012-11-011-0/+8
* | Remove unneeded parameter hockey in event shortcuts.Dave Methvin2012-11-011-5/+0
* | Fix #12828. Remove non-standard event properties.Dave Methvin2012-11-011-2/+1
* | Fix #12827. Remove exclusive event semantics from .trigger().Dave Methvin2012-11-011-11/+3
* | Fix #12816. Ensure .find() result are DOM ordered.Dave Methvin2012-10-311-30/+10
* | Fix #10544. Remove deprecated .data() event namespaced triggering.Dave Methvin2012-10-312-32/+6
* | Fix #12009. $().find( DOMElement ) should pushStack properly. Close gh-927.Mike Sherov2012-10-301-17/+24
* | Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005.yiminghe2012-10-301-4/+6
* | Fix #10416. Don't trust computed styles on detached elements. Close gh-941.Oleg2012-10-281-8/+6
* | Implement expectation test instead of using _removeData. Close gh-997.Timo Tijhof2012-10-281-1/+5
* | Elements created from html strings have a parentnode. Fixes #12392Oleg2012-10-251-9/+26
* | Fix #11542. document.body should not be special in .offset() and document.doc...Daniel Gálvez2012-10-241-29/+7
* | Fix #9469. Remove semi-functional .selector property. Close gh-1006.Dave Methvin2012-10-243-14/+9
* | Brute force property removal when removeData([a,b,c]). Fixes #12786Rick Waldron2012-10-241-0/+8
* | Sizzle: remove unneeded vars and POS regex (-22 bytes)Timmy Willison2012-10-242-1/+1
* | new JSHINT mixed spaces/tabs is smart enough to not warn on multiline comment...Mike Sherov2012-10-223-5/+4
* | Fix #12411, .removeClass(undefined) is a chaining no-op. Close gh-913.Matthias Jäggli2012-10-211-1/+1
* | Fix #12061. Avoid window.onbeforeunload to permit multiple handlers. Close gh...Oleg2012-10-201-9/+4
* | Remove deprecated $.uuid and dunseled $.deletedIds.Dave Methvin2012-10-201-5/+0
* | Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866.Marcel Greter2012-10-201-1/+1