| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #11797. Use Deferred for better animation callbacks. Closes gh-830. | Corey Frang | 2012-06-22 | 1 | -33/+44 |
* | Fix #11925, Pass eventHandle to special.teardown. Closes gh-831. | Timo Tijhof | 2012-06-22 | 1 | -1/+1 |
* | Fix #11757. IE 6/7 can't clean up circular DOM-JS refs. | Dave Methvin | 2012-06-22 | 1 | -1/+3 |
* | Do jQuery.trim in less bytes (-5). | timmywil | 2012-06-21 | 1 | -9/+4 |
* | Add parseHTML for explicitly parsing strings into html. Fixes #11617. | timmywil | 2012-06-21 | 1 | -17/+31 |
* | Close GH-829: no ticket: smaller jQuery.ready. | Richard Gibson | 2012-06-21 | 1 | -41/+38 |
* | Restore rhtmlString to its original form. 1.9 will come with starts-with html... | timmywil | 2012-06-21 | 1 | -2/+1 |
* | Revert "Adjust jQuery('html') detection to only match when html starts with '... | timmywil | 2012-06-21 | 1 | -2/+3 |
* | Update Sizzle: fixes test fails in selector module in IE9/Opera | timmywil | 2012-06-20 | 1 | -0/+0 |
* | Update Sizzle: minor fix for matchesSelector usage in FF<12 | timmywil | 2012-06-20 | 1 | -0/+0 |
* | Update Sizzle: performance testing and changes for optimization. Adds back ma... | timmywil | 2012-06-20 | 1 | -0/+0 |
* | Adjust jQuery('html') detection to only match when html starts with '<' (coun... | timmywil | 2012-06-20 | 1 | -3/+2 |
* | When detecting html in init, ignore html characters within quotes, brackets, ... | timmywil | 2012-06-19 | 1 | -1/+2 |
* | Update Sizzle: fixes a bug dealing with backslashes in selectors. Fixes #10270. | timmywil | 2012-06-19 | 1 | -0/+0 |
* | Fixes test fails in traversing and event | timmywil | 2012-06-19 | 1 | -0/+0 |
* | Update Sizzle: adds selector divisions for element-rooted QSA in the Dupont s... | timmywil | 2012-06-19 | 1 | -0/+0 |
* | Update Sizzle | timmywil | 2012-06-19 | 1 | -0/+0 |
* | Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector ... | timmywil | 2012-06-18 | 3 | -70/+22 |
* | Update Sizzle | timmywil | 2012-06-18 | 1 | -0/+0 |
* | Fixes typo in comment | Rick Waldron | 2012-06-18 | 1 | -1/+1 |
* | Fix comment block indents | Rick Waldron | 2012-06-18 | 1 | -4/+4 |
* | Update document.defaultView.getComputedStyle. Fixes #10373 | Rick Waldron | 2012-06-18 | 2 | -6/+13 |
* | Update Sizzle: rewrite attributes handling to be simpler and more widespread ... | timmywil | 2012-06-17 | 2 | -1/+0 |
* | Fix #11231, (append|prepend|before|after) w/ array of jQuery objects. | Sindre Sorhus | 2012-06-15 | 1 | -0/+4 |
* | Fix #11566, allow appending to DocumentFragment, closes gh-814. | Vladimir Zhuravlev | 2012-06-15 | 1 | -2/+2 |
* | Fix #9505, percentage position values in Webkit, closes gh-825. | Mike Sherov | 2012-06-15 | 3 | -16/+34 |
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 9 | -69/+64 |
* | Update Sizzle: Removes an unnecessary link in the test suite | timmywil | 2012-06-15 | 1 | -0/+0 |
* | Update Sizzle. Fixes #11109. | timmywil | 2012-06-15 | 1 | -0/+0 |
* | Add necessary test html from Sizzle tests; Add an easy way to turn off QSA in... | timmywil | 2012-06-15 | 1 | -0/+0 |
* | Fix regression for "-200px" in animations; closes gh-822. | Mike Sherov | 2012-06-11 | 1 | -5/+1 |
* | Fix #11328. I've never metaKey I liked on IE 6/7/8. | Dave Methvin | 2012-06-11 | 1 | -4/+2 |
* | Fix #10589. Remove deprecated $.fn.data("events") special case. | Dave Methvin | 2012-06-11 | 1 | -11/+4 |
* | Fix #8109, percent animations; fix #11854, wrong this, close gh-808 | Jeffery To | 2012-06-11 | 1 | -6/+24 |
* | Shrink support.js, closes gh-818 | Richard Gibson | 2012-06-11 | 1 | -49/+40 |
* | Some work to modularize ajax later on. | jaubourg | 2012-06-11 | 1 | -2/+2 |
* | Fix IE6 failures from forgotten shrinkWrapBlocks, closes gh-815 | Mike Sherov | 2012-06-10 | 1 | -5/+7 |
* | Don't swap to measure dimensions unless the element is display:none. #807 Fix... | Mike Sherov | 2012-06-07 | 1 | -1/+1 |
* | Less letterSpacing .animate() fail in IE. Fixes #8627 | Mike Sherov | 2012-06-06 | 2 | -9/+21 |
* | Fixe dimensions tests. No core code changes. Supplements #11856 | Mike Sherov | 2012-06-06 | 1 | -1/+1 |
* | Relativize all urls pertaining to dist/jquery.js so users can run their serve... | timmywil | 2012-06-04 | 1 | -0/+0 |
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 20 | -135/+61 |
* | Space => tab indent correction | Rick Waldron | 2012-06-03 | 1 | -2/+2 |
* | No need to dasherize and use getPropertyValue, closes gh-805. | Mike Sherov | 2012-06-01 | 1 | -11/+2 |
* | Removes temp var, shaves 2 bytes from gzipped size | Rick Waldron | 2012-05-31 | 1 | -2/+3 |
* | Fix #11724, $(document).height() in Firefox 12. Closes gh-802. | Mike Sherov | 2012-05-31 | 1 | -10/+4 |
* | Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795. | Richard Gibson | 2012-05-31 | 2 | -89/+89 |
* | Fix #11787: Remove jQuery.curCSS, closes gh-801. | Richard Gibson | 2012-05-31 | 1 | -3/+0 |
* | Remove the tabindex attrHook. Fixes #8473 | timmywil | 2012-05-30 | 1 | -6/+0 |
* | Update Sizzle: Fixes fail in ajax module and Safari 5.0 | timmywil | 2012-05-30 | 1 | -0/+0 |