aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Sizzle: fixes fail in traversing teststimmywil2012-05-291-0/+0
* Update Sizzle: regex cleanuptimmywil2012-05-291-0/+0
* Update Sizzle: save 5 bytestimmywil2012-05-291-0/+0
* Update Sizzle: fixes a bug with the adjacent combinator. Fixes #9939.timmywil2012-05-291-0/+0
* Update Sizzle: only one assertion is needed for getElementsByClassNametimmywil2012-05-291-0/+0
* Update Sizzletimmywil2012-05-291-0/+0
* Add quick-start documentation for testing with QUnit and using jQuery's helpe...timmywil2012-05-291-0/+0
* jQuery#addBack supports an optional selector that can be used to filter the p...Ben Alman2012-05-291-2/+3
* Fix #11767. Modularize build and unit tests for exluding effects.Richard Gibson2012-05-283-136/+139
* Update Sizzle: Case insensitive text filter. Fixes #8943timmywil2012-05-281-0/+0
* Update Sizzle: Add test for [selected] attribute selections. Addresses a smal...timmywil2012-05-281-0/+0
* Followup gh-796. Eliminate try-catch in oldIE, closes gh-799.Oleg2012-05-281-8/+4
* Update Sizzle: Fixes a fail in traversing and one in ajax.timmywil2012-05-281-0/+0
* Move length tests to jQuery's selector tests as it relates to jQuery.merge.timmywil2012-05-281-0/+0
* Update Sizzle: independent XML testingtimmywil2012-05-281-0/+0
* Update Sizzle and add tests from the Sizzle suite that require jQuery for the...timmywil2012-05-281-0/+0
* Fix #11823. Remove webkitConvertPointFromNodeToPage. Closes gh-796.Oleg2012-05-271-42/+26
* Apply a GibsonTransform(-55) to the #10877 fix. Closes gh-788.Richard Gibson2012-05-242-110/+103
* Fix #11311. Percents not pixels for top/left/bottom/right. Closes gh-793.Mike Sherov2012-05-241-1/+4
* Fix #11443 fix. Safari 5.0.x, reliable margin? Riiight. Closes gh-792.Mike Sherov2012-05-241-1/+1
* Optimizations to animation queue/promise logic, closes gh-776.Corey Frang2012-05-222-106/+88
* Fix #11755. Avoid :hidden selector for animations. Closes gh-774.Oleg2012-05-221-7/+15
* Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789.Jason Moon2012-05-222-6/+2
* Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790.Mike Sherov2012-05-221-13/+5
* Fix #10877. Make outerWidth/Height a setter. Closes gh-783.Mike Sherov2012-05-212-60/+76
* Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772.Jason Moon2012-05-182-3/+2
* Fix #7157. Animation callbacks shouldn't see an element as :animated.Corey Frang2012-05-181-27/+29
* Inline the boxModel test, and correct unit test. Closes gh-781.Mike Sherov2012-05-181-3/+3
* When IE6 & IE7 serve from the cache in async mode, resolves the request async...jaubourg2012-05-161-4/+6
* Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.Mike Sherov2012-05-153-7/+6
* Rename .andSelf to .addBack, deprecate .andSelf #9800Dave Methvin2012-05-151-1/+3
* Fix #6724, though the Mobile Safari wound remains. Closes gh-764.Matt Farmer2012-05-141-6/+5
* Fixes #10285 (for real this time).jaubourg2012-05-121-1/+1
* Preserves context objects when multiple Deferreds are passed to $.when(). Con...jaubourg2012-05-121-12/+16
* Fix #11621, $(document).trigger() must bubble to window.Dave Methvin2012-05-121-4/+3
* Scalarize [value, easing] before css-expanding; closes gh-750.Richard Gibson2012-05-111-34/+30
* Fix #11738. Remove deprecated .closest(Array) => Array.Dave Methvin2012-05-111-21/+1
* Fix #11736. Remove deprecated Deferred.isResolved/isRejected.Dave Methvin2012-05-111-3/+0
* Use a do-while statement to reduce redundant codeRick Waldron2012-05-071-4/+3
* Fixes lint issues.Rick Waldron2012-05-071-1/+4