aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix #11382. #11764. Only prevent click events on disabled elements.Dave Methvin2012-06-271-5/+14
* Fix #11315. Selector for .on() is relative to delegateTarget.Dave Methvin2012-06-271-0/+14
* Update Sizzle: reduced size. Add Sizzle's utilities.js to unit teststimmywil2012-06-271-0/+1
* Fix #11969. Never a null moment when checking siblings.Dave Methvin2012-06-261-1/+2
* Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI l...Rick Waldron2012-06-251-0/+56
* Completes #11799: Maybe .progress() was cooler than I thought.Corey Frang2012-06-251-5/+17
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQue...Rick Waldron2012-06-255-37/+49
* Make removeClass smart enough to remove duplicates. Fixes #11923Rick Waldron2012-06-231-0/+10
* Add a semicolon in unit test; this pull predated lint mandate.Dave Methvin2012-06-221-1/+1
* Fix #11797. Use Deferred for better animation callbacks. Closes gh-830.Corey Frang2012-06-221-4/+65
* Fix #11925, Pass eventHandle to special.teardown. Closes gh-831.Timo Tijhof2012-06-221-0/+15
* Add parseHTML for explicitly parsing strings into html. Fixes #11617.timmywil2012-06-211-0/+29
* Unit tests are linted and passing.Rick Waldron2012-06-2116-276/+359
* Restore rhtmlString to its original form. 1.9 will come with starts-with html...timmywil2012-06-211-5/+5
* Revert "Adjust jQuery('html') detection to only match when html starts with '...timmywil2012-06-211-1/+3
* Adjust jQuery('html') detection to only match when html starts with '<' (coun...timmywil2012-06-201-3/+1
* When detecting html in init, ignore html characters within quotes, brackets, ...timmywil2012-06-191-1/+6
* Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector ...timmywil2012-06-181-44/+0
* Detect IE collapsing body margin directly rather than inferring it.Dave Methvin2012-06-181-7/+6
* Browser sniffing is *bad*, folks, even in unit tests.Dave Methvin2012-06-181-3/+3
* Ensure that IE stays in Big Boy mode.Dave Methvin2012-06-161-0/+1
* Fix #11231, (append|prepend|before|after) w/ array of jQuery objects.Sindre Sorhus2012-06-151-4/+25
* Fix #11566, allow appending to DocumentFragment, closes gh-814.Vladimir Zhuravlev2012-06-151-35/+69
* Fix #9505, percentage position values in Webkit, closes gh-825.Mike Sherov2012-06-151-1/+12
* Use QUnit's URL configs to simplify custom configuration. Closes gh-827Scott González2012-06-151-28/+16
* Add necessary test html from Sizzle tests; Add an easy way to turn off QSA in...timmywil2012-06-151-16/+32
* Update QUnit to v1.8.0Jörn Zaefferer2012-06-141-0/+0
* Tweak test for #11743 in an attempt to placate Jenkins.Dave Methvin2012-06-112-1/+2
* Check animation is close instead of exact, closes gh-823.Mike Sherov2012-06-111-1/+2
* Test: Remove unused file "include_js.php", closes gh-820.Timo Tijhof2012-06-111-106/+0
* Fix regression for "-200px" in animations; closes gh-822.Mike Sherov2012-06-111-0/+9
* Here is hoping everything works with the full build and the build without aja...jaubourg2012-06-111-2/+2
* Fix #8109, percent animations; fix #11854, wrong this, close gh-808Jeffery To2012-06-111-0/+18
* Prevent total unit test meltdown ... and now over to @jaubourg!Dave Methvin2012-06-111-1/+1
* We don't have IE9 supports grid yet, completely didn't see this while refacto...jaubourg2012-06-111-6/+8
* Update QUnit so IE will pass unit tests.Dave Methvin2012-06-111-0/+0
* Some work to modularize ajax later on.jaubourg2012-06-116-82/+65
* Fix #11857. Modularize css.js, add dependency management. Closes gh-816.Mike Sherov2012-06-108-71/+96
* Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes #1...Mike Sherov2012-06-073-57/+78
* Don't swap to measure dimensions unless the element is display:none. #807 Fix...Mike Sherov2012-06-071-0/+10
* Remove unnecessary haunted house guards.Rick Waldron2012-06-061-8/+3
* Fixes two typosRick Waldron2012-06-061-1/+1
* Less letterSpacing .animate() fail in IE. Fixes #8627Mike Sherov2012-06-061-0/+8
* Conditionally run height/width in iframeTestRick Waldron2012-06-061-2/+7
* Rough draft of version=min test capabilities reintroduced.Rick Waldron2012-06-061-1/+21
* Ensure both height and width port functions exist before attempting to run di...Rick Waldron2012-06-061-1/+1
* Fixe dimensions tests. No core code changes. Supplements #11856Mike Sherov2012-06-061-3/+9
* Fix busted tests that relied on width in 2nd param to jQuery(), dimensions st...Rick Waldron2012-06-053-20/+47
* Make dimensions modular, adds optional build flag. Fixes #11856Mike Sherov2012-06-054-55/+59
* Relativize all urls pertaining to dist/jquery.js so users can run their serve...timmywil2012-06-0424-24/+28