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