aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Finish the license changes, including Sizzle.Dave Methvin2012-08-093-7/+5
* Update to use just the MIT license; copiers can still use GPL.Dave Methvin2012-08-092-285/+4
* No ticket: fix failure from zero-assertion test generating a second empty OL ...Richard Gibson2012-08-091-1/+3
* Fix #12203. .undelegate() should not remove direcly bound events.Dave Methvin2012-08-072-5/+11
* Add back a sacrificial $.attrFn object.Dave Methvin2012-08-071-0/+3
* Sizzle: fix chaining pseudo selectors placed after pos selectors. Fixes #12208.Timmy Willison2012-08-071-0/+0
* Fixes #1034 - Check for style.removeAttribute before calling itCorey Frang2012-08-061-1/+2
* Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158.Timmy Willison2012-07-302-2/+2
* Fix a regression where has with multiple contexts was not filtering correctly...Timmy Willison2012-07-272-5/+8
* Sizzle: fix a small bug with combinator cache. Fixes #10499.Timmy Willison2012-07-271-0/+0
* Sizzle: adjust pseudos regex. Fixes #12153.Timmy Willison2012-07-271-0/+0
* Updating the source version to 1.8preDave Methvin2012-07-261-1/+1
* Tagging the 1.8rc1 release.1.8rc1Dave Methvin2012-07-261-1/+1
* Per @gibson042, don't need .documentElement since Sizzle handles.Dave Methvin2012-07-261-1/+1
* Adding a check for double progress call in effects unitsCorey Frang2012-07-251-0/+4
* Fix #12127, fer real. IE9/10 check state on clone. Close gh-875.Daniel Chatfield2012-07-253-3/+15
* Pull in unit tests from gh-877, thanks @orkel!Dave Methvin2012-07-251-5/+10
* Unbreak isHidden args, they're needed by the .filter() call.Dave Methvin2012-07-251-1/+2
* Give .stop() queue animations more leeway for Stutterin' Swarmy.Dave Methvin2012-07-251-2/+2
* Fix #12148. Let .toggle() call the public .hide() for punching.Dave Methvin2012-07-252-8/+21
* Moves isHidden to src/css.js and re-introduces its use. No ticket. Closes gh-876Oleg2012-07-252-7/+6
* Oops, didn't mean to revert sizzle last timeCorey Frang2012-07-251-0/+0
* This should repair the unitCorey Frang2012-07-252-23/+21
* Trying to repair a unitCorey Frang2012-07-251-19/+23
* Remove unnecessary elseTimmy Willison2012-07-251-3/+1
* Fail silently if closest is somehow called on a document. Fixes #10726.Timmy Willison2012-07-252-5/+5
* Remove IE8 testswarm hacks for offset.Dave Methvin2012-07-251-20/+9
* Sizzle: fixes issue with :empty pseudo and comment nodesTimmy Willison2012-07-251-0/+0
* Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873."Dave Methvin2012-07-254-16/+6
* Loosen the ajax statusText check so Safari AND Chrome pass.Dave Methvin2012-07-251-1/+1
* Update Sizzle: minor consolidationTimmy Willison2012-07-251-0/+0
* Update Sizzle: attribute values regex tweakTimmy Willison2012-07-251-0/+0
* Fix #7579. Don't convert to number if it changes the string. Close gh-852.Dave Methvin2012-07-252-5/+10
* Followup #12018, fix a test fail converting to pixels. Close gh-874.Mike Sherov2012-07-251-1/+1
* Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873.Daniel Chatfield2012-07-254-6/+16
* Initial commit of AUTHORS.txt file.Dave Methvin2012-07-241-0/+131
* Add grunt-git-authors task.Dave Methvin2012-07-242-1/+3
* Fix #12132. IE10 dislikes detached object elements. Close gh-870.Elijah Manor2012-07-241-4/+5
* Update SizzleTimmy Willison2012-07-231-0/+0
* Sizzle: fixes test fails in IE6/7Timmy Willison2012-07-231-0/+0
* Sizzle: fix issue with adjusting the context on relative combinators in eleme...Timmy Willison2012-07-232-1/+1
* Update SizzleTimmy Willison2012-07-231-0/+0
* Support event delegation with relative selectors. Fixes #10762. Closes gh-860.Richard Gibson2012-07-232-11/+14
* Update Sizzle: Minor edits and fixes #10762.Timmy Willison2012-07-231-0/+0
* Clean up regexen; use common regex for numbers. Close gh-862.Richard Gibson2012-07-228-25/+27
* Fix #9217. oldIE error when changing detached elements, close gh-861Corey Frang2012-07-221-0/+11
* Fix #12088, Safari 5 and more percentages in getComputedStyleMike Sherov2012-07-224-14/+21
* Really support subproject tests in testswarm, closes gh-868Richard Gibson2012-07-222-62/+108
* Fix the logic to set overflow:hidden on width & height animations - Fixes #12...Corey Frang2012-07-202-1/+15
* Let subproject tests use their own test fixture. Closes gh-867.Dave Methvin2012-07-192-2/+79