| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix #9960, allow manipulation for parent document nodes. Close gh-924. | dcooper | 2012-11-24 | 1 | -2/+2 |
* | Fix #12733. Ignore excess spaciness in event strings. | Dave Methvin | 2012-11-24 | 1 | -2/+3 |
* | Fix #12868. Use native focus/blur to get event order right. | Dave Methvin | 2012-11-24 | 1 | -1/+19 |
* | Fix #3827. Get the correct checkbox status for a click handler. | Dave Methvin | 2012-11-24 | 1 | -2/+10 |
* | Set async to true instead of async (prop vs. attr). Closes gh-1039 | Timo Tijhof | 2012-11-21 | 1 | -1/+1 |
* | Fix #12920: remove addMandatoryAttributes. Close gh-1037. | Richard Gibson | 2012-11-20 | 1 | -29/+9 |
* | fix Safari test failures | Richard Gibson | 2012-11-19 | 1 | -1/+1 |
* | Fix #11795, #10470: keep scripts in DOM; execute only on first insertion. Clo... | Richard Gibson | 2012-11-19 | 2 | -187/+211 |
* | Fix #12915, add propHook for scrip src property on oldIE. Close gh-1035. | aFarkas | 2012-11-18 | 1 | -6/+8 |
* | Merge branch 'x8908' | Dave Methvin | 2012-11-18 | 3 | -1/+19 |
|\ |
|
| * | Fix #8908. Don't let change to originals affect clones in IE9/10. Close gh-886. | Elijah Manor | 2012-11-18 | 3 | -1/+19 |
| |\ |
|
| | * | Add support check, added assertion to check if cleared, add edge case for bac... | Elijah Manor | 2012-08-13 | 3 | -4/+19 |
| | * | Updated the comment above the fix | Elijah Manor | 2012-08-08 | 1 | -2/+2 |
| | * | Fix weird clone bug and add a unit test to verify | Elijah Manor | 2012-08-08 | 1 | -2/+8 |
* | | | update Sizzle | Richard Gibson | 2012-11-16 | 1 | -0/+0 |
|/ / |
|
* | | Revert "Fixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967" | Dave Methvin | 2012-11-14 | 1 | -1/+1 |
* | | Fix #12777. Add applet to non-cacheable fragment types. | Dave Methvin | 2012-11-13 | 1 | -1/+1 |
* | | Fix #12858: don't expose jQuery/Sizzle expandos | Richard Gibson | 2012-11-09 | 1 | -0/+0 |
* | | Unroll the ( || ) in the math - Fixes #12497 - Thanks @lukemella @curiousdann... | Corey Frang | 2012-11-07 | 1 | -1/+3 |
* | | Keep track of a hiding state for toggle based animations - Fixes #8685 | Corey Frang | 2012-11-07 | 1 | -1/+10 |
* | | Ensure each tick gets it's own fxNow - Fixes #12837 - Thanks @chadparry | Corey Frang | 2012-11-07 | 1 | -0/+3 |
* | | Remove APIs now in jquery-compat | Dave Methvin | 2012-11-07 | 2 | -126/+2 |
* | | Restore jQuery.access parameter mistakenly removed in 80d45a69 | Richard Gibson | 2012-11-06 | 2 | -15/+18 |
* | | Fix #12840: remove undocumented parameter "pass" from .attr. Close gh-1017. | Richard Gibson | 2012-11-05 | 2 | -27/+33 |
* | | Must attach the .selector to the new jQuery object. | Dave Methvin | 2012-11-01 | 1 | -1/+2 |
* | | Follow-up for .selector property removal | Oleg | 2012-11-01 | 2 | -9/+5 |
* | | Fix #10299. Add a propHook for oldIE link href. | Dave Methvin | 2012-11-01 | 1 | -0/+8 |
* | | Remove unneeded parameter hockey in event shortcuts. | Dave Methvin | 2012-11-01 | 1 | -5/+0 |
* | | Fix #12828. Remove non-standard event properties. | Dave Methvin | 2012-11-01 | 1 | -2/+1 |
* | | Fix #12827. Remove exclusive event semantics from .trigger(). | Dave Methvin | 2012-11-01 | 1 | -11/+3 |
* | | Fix #12816. Ensure .find() result are DOM ordered. | Dave Methvin | 2012-10-31 | 1 | -30/+10 |
* | | Fix #10544. Remove deprecated .data() event namespaced triggering. | Dave Methvin | 2012-10-31 | 2 | -32/+6 |
* | | Fix #12009. $().find( DOMElement ) should pushStack properly. Close gh-927. | Mike Sherov | 2012-10-30 | 1 | -17/+24 |
* | | Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005. | yiminghe | 2012-10-30 | 1 | -4/+6 |
* | | Fix #10416. Don't trust computed styles on detached elements. Close gh-941. | Oleg | 2012-10-28 | 1 | -8/+6 |
* | | Implement expectation test instead of using _removeData. Close gh-997. | Timo Tijhof | 2012-10-28 | 1 | -1/+5 |
* | | Elements created from html strings have a parentnode. Fixes #12392 | Oleg | 2012-10-25 | 1 | -9/+26 |
* | | Fix #11542. document.body should not be special in .offset() and document.doc... | Daniel Gálvez | 2012-10-24 | 1 | -29/+7 |
* | | Fix #9469. Remove semi-functional .selector property. Close gh-1006. | Dave Methvin | 2012-10-24 | 3 | -14/+9 |
* | | Brute force property removal when removeData([a,b,c]). Fixes #12786 | Rick Waldron | 2012-10-24 | 1 | -0/+8 |
* | | Sizzle: remove unneeded vars and POS regex (-22 bytes) | Timmy Willison | 2012-10-24 | 2 | -1/+1 |
* | | new JSHINT mixed spaces/tabs is smart enough to not warn on multiline comment... | Mike Sherov | 2012-10-22 | 3 | -5/+4 |
* | | Fix #12411, .removeClass(undefined) is a chaining no-op. Close gh-913. | Matthias Jäggli | 2012-10-21 | 1 | -1/+1 |
* | | Fix #12061. Avoid window.onbeforeunload to permit multiple handlers. Close gh... | Oleg | 2012-10-20 | 1 | -9/+4 |
* | | Remove deprecated $.uuid and dunseled $.deletedIds. | Dave Methvin | 2012-10-20 | 1 | -5/+0 |
* | | Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866. | Marcel Greter | 2012-10-20 | 1 | -1/+1 |
* | | Alternate fix for #11426; check responseText. Close gh-843. | Oleg Gaidarenko | 2012-10-20 | 1 | -2/+1 |
* | | Don't expose jQuery.deletedIds. Close gh-889. | Rick Waldron | 2012-10-20 | 3 | -2/+5 |
* | | Fix #12048. Set attributes for XML fragments. Close gh-965. | Sai Wong | 2012-10-20 | 1 | -1/+1 |
* | | Fixes #12518, removes an offsetWidth on focus/blur events for an <IE9 bug tha... | Merrifield, Jay | 2012-10-20 | 1 | -3/+7 |