aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix #11115: Normalize boolean attributes/properties. Close gh-1066.Richard Gibson2012-12-152-34/+51
|
* 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-142-57/+53
|
* Adjust jQuery('html') detection to only match when html starts with '<' (not ↵timmywil2012-12-132-1/+2
| | | | 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-133-20/+9
|
* 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-131-1/+9
|
* Fix #11230. .appendTo and pals should always stack.Dave Methvin2012-12-131-10/+4
|
* Fix #4087. insertAfter, insertBefore, etc do not work if origin and ↵Paul Ramos2012-12-111-4/+8
| | | | destination are same element. Close gh-1068.
* Fix #13011. Let 'type' attribute be set if the browser allows.Dave Methvin2012-12-111-7/+2
|
* copy defaultSelected in cloneFixAttributesRichard Gibson2012-12-111-1/+1
|
* Fix #12990. Don't add 'px' to column-count. Close gh-1050.Bennett Sorbo2012-12-111-0/+1
|
* Fix #12956. Improve cloneFixAttributes for IE9/10 case. Close gh-1034.Oleg2012-12-111-26/+15
| | | | Remove clear(merge)Attributes hack
* Fixes #11938: Adding array getter method to jQuery.fn.cssMike Sherov2012-12-112-1/+16
|
* 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-101-0/+0
| | | | 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
|
* Be specific about Firefox nodes-as-nodelist. Never assume that modern ↵Rick Waldron2012-12-101-0/+4
| | | | | | 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-101-28/+45
| | | | 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
|
* Ref #13019 and gh-1062. Use parentNode check instead of isDisconnected().Dave Methvin2012-12-092-12/+5
|
* Fix #13019. Disconnected nodes with .replaceWith are a noop. Close gh-1062.Dave Methvin2012-12-091-11/+3
|
* Fix #12904: Firefox defaultDisplay with body/iframe display:none. Report and ↵Richard Gibson2012-12-081-35/+29
| | | | solution by @maranomynet; test by @rwldrn.
* Deferred: .resolve(), .reject() and .notify() now set the callback context ↵jaubourg2012-12-071-3/+6
| | | | to the promise instance rather than the deferred instance ; .then() has also been amended. Fixes #11405.
* Fix #13013. Move jQuery.buildFragment() to compat plugin.Dave Methvin2012-12-062-20/+6
|
* Make compatible with jshint, lint test/data. Close gh-1043.Timo Tijhof2012-12-061-30/+22
|
* once more with feelingRichard Gibson2012-12-051-0/+0
|
* don't test SVG on IE6Richard Gibson2012-12-051-0/+0
|
* Fix #10832 (this time with tests): jQuery.contains in SVGRichard Gibson2012-12-051-0/+0
|
* Fixes #12449. make replaceWith() clone elements where required. Closes gh-920Rod Vagg2012-12-041-19/+17
|
* Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052.Paul Ramos2012-12-042-37/+9
|
* Fix #12856: keep PSEUDO regex non-greedyRichard Gibson2012-12-031-0/+0
|
* Fix #12989. Remove ajax "global" event behavior.Dave Methvin2012-12-011-27/+11
|
* Fixes awkward spacingjaubourg2012-11-291-3/+2
|
* Simplifies how url is kept devoid of anti-cache parameter for ifModified ↵jaubourg2012-11-291-16/+16
| | | | requests. Also, renames ifModifiedKey to cacheURL so that it now conveys the variable's nature rather than its purpose. -5 min/gzipped.
* Alias options.method to options.type. Fixes #12004.Matt Farmer2012-11-281-0/+3
|
* Fix #12957. Simplify wrapMap, it doesn't need end tags. Close gh-1044.Oleg2012-11-271-10/+10
|
* save a byteRichard Gibson2012-11-271-2/+2
|
* Don't let removeClass create attributesRichard Gibson2012-11-271-9/+12
|
* Fix #12959: Optimize library-wide patternsRichard Gibson2012-11-2712-110/+111
|