aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to Grunt 0.4, and Uglify2 with Source Maps!Mike Sherov2012-12-192-99/+86
|
* Do not assume new versions are back compatible.Dave Methvin2012-12-191-2/+2
|
* Remove .live() tests now in Migrate plugin.Dave Methvin2012-12-181-578/+25
|
* Fix #13078. Remove .live() and .die(). Great rejoicing.Dave Methvin2012-12-181-9/+0
|
* Sizzle: :lang updates for handling backslashes, xml, and inheritanceTimmy Willison2012-12-181-0/+0
|
* Sizzle: QA for :lang from gibsonTimmy Willison2012-12-171-0/+0
|
* Sizzle: add support for :lang selectorTimmy Willison2012-12-171-0/+0
|
* Updating the source version to 1.9.0preDave Methvin2012-12-161-1/+1
|
* Tagging the 1.9.0b1 release.1.9.0b1Dave Methvin2012-12-161-1/+1
|
* Use the right repo.Dave Methvin2012-12-161-2/+1
|
* Update the build script so it runs on Windows.Dave Methvin2012-12-161-30/+45
|
* Update version in release notes builder.Dave Methvin2012-12-161-3/+3
|
* Fix #13064: better test fixture cleanup. Close gh-1075.Richard Gibson2012-12-161-2/+2
|
* let .attr(checked|selected, true) update the propertyRichard Gibson2012-12-162-3/+10
|
* Resolve a763ae72 test failuresRichard Gibson2012-12-151-4/+1
|
* Fix #11115: Normalize boolean attributes/properties. Close gh-1066.Richard Gibson2012-12-155-95/+116
|
* Sizzle: size optimizationTimmy Willison2012-12-151-0/+0
|
* Sizzle: initialize with default document on load to get it out of the way ↵Timmy Willison2012-12-151-0/+0
| | | | for most use cases
* Sizzle: assume window.document in Sizzle.matches; massively reduce calls to ↵Timmy Willison2012-12-151-0/+0
| | | | setDocument by not calling when context is null
* Update SizzleTimmy Willison2012-12-151-0/+0
|
* Update Sizzle: avoid calling setDocument when possibleTimmy Willison2012-12-151-0/+0
|
* Update SizzleRichard Gibson2012-12-151-0/+0
|
* Update Sizzle: IE6-8 traversing test fixTimmy Willison2012-12-141-0/+0
|
* Sizzle: fix test failures related to Sizzle.containsTimmy Willison2012-12-141-0/+0
|
* Sizzle: :target and :root selector support. adds Sizzle.setDocument. Remove ↵Timmy Willison2012-12-141-0/+0
| | | | :active support.
* Fix #12600: don't use value property in place of value attribute. Close gh-1063.Richard Gibson2012-12-144-68/+79
|
* Adjust html parsing in event tests to use jQuery.parseHTML explicitly.Timmy Willison2012-12-131-3/+3
|
* Adjust jQuery('html') detection to only match when html starts with '<' (not ↵timmywil2012-12-135-11/+20
| | | | counting space characters). Fixes #11290.
* compress -16 min+gzipRichard Gibson2012-12-132-31/+31
|
* Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036.Oleg2012-12-135-87/+86
|
* Fix #13044: execute all QUnit modules in TestSwarm. Close gh-1074.Richard Gibson2012-12-132-2/+8
|
* CSS: Save some bytes. Close gh-1071.Scott González2012-12-131-13/+13
|
* Fix #9646. Cloned nodes shouldn't affect original in IE7. Close gh-947.Oleg2012-12-132-1/+33
|
* Fix #11230. .appendTo and pals should always stack.Dave Methvin2012-12-132-15/+9
|
* Missed a var declaration in aad235b3251494afe71fd5bb6031e11965af9bdb.Dave Methvin2012-12-111-1/+1
|
* Fix #4087. insertAfter, insertBefore, etc do not work if origin and ↵Paul Ramos2012-12-112-4/+42
| | | | destination are same element. Close gh-1068.
* Fix #13011. Let 'type' attribute be set if the browser allows.Dave Methvin2012-12-112-16/+7
|
* copy defaultSelected in cloneFixAttributesRichard Gibson2012-12-111-1/+1
|
* Fix #12990. Don't add 'px' to column-count. Close gh-1050.Bennett Sorbo2012-12-113-4/+16
|
* Fix #12956. Improve cloneFixAttributes for IE9/10 case. Close gh-1034.Oleg2012-12-112-26/+64
| | | | Remove clear(merge)Attributes hack
* Fix IE failures from 55313d32Richard Gibson2012-12-111-17/+16
|
* Fixes #11938: Adding array getter method to jQuery.fn.cssMike Sherov2012-12-113-1/+32
|
* Pass style declarations around for performance improvements and paving the ↵Mike Sherov2012-12-114-43/+58
| | | | | | way for the css array signature Also, simplify the jQuery.css numeric coercion signature
* Update SizzleRichard Gibson2012-12-111-0/+0
|
* Test: Update index.html to new QUnit format. Close gh-1061.Timo Tijhof2012-12-109-42/+40
| | | | Depends on jquery/sizzle#177, included with the Sizzle submodule in this commit.
* Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065.Oleg2012-12-103-4/+4
|
* Test: Remove fixtures from QUnit.done hook. Close gh-1069.Timo Tijhof2012-12-101-0/+5
| | | | | | This fixes jquery/testswarm#197. These are currently removed from the TestSwarm injector, however this is jQuery specific, and should be done from this end instead.
* Be specific about Firefox nodes-as-nodelist. Never assume that modern ↵Rick Waldron2012-12-102-1/+7
| | | | | | browsers will "get it right". Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Fixes #13021. Normalization of core utility array like detection based on ↵Rick Waldron2012-12-102-100/+238
| | | | standard protocol by Richard Gibson <richard.gibson@gmail.com>. Closes gh-1064
* Refactor defaultDisplay's node creation and display logic, -6Rick Waldron2012-12-101-10/+13
|