aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix #13203: delegated events with selector matching Object.prototype propertyRichard Gibson2013-01-131-1/+3
* No ticket: sync with master @ b75b9ef8Richard Gibson2013-01-131-3/+2
* Fix #13180: don't delegate into SVG <use>Richard Gibson2013-01-131-1/+2
* reduce sizeRichard Gibson2013-01-131-13/+13
* jQuery.event.handlers delegate matching hook pointRichard Gibson2013-01-131-36/+45
* Add a commentOleg2013-01-131-0/+2
* Fixes #13200 - innerHTML in buildFragment need end tagsOleg2013-01-131-10/+11
* Fix 9cf812d7 oldIE failuresRichard Gibson2013-01-121-1/+1
* No ticket: compress event.jsRichard Gibson2013-01-122-153/+164
* Update copyrights used in file headers.Dave Methvin2013-01-111-1/+1
* Update SizzleRichard Gibson2013-01-111-0/+0
* Ref 0ed497b. Close gh-1125.Oleg2013-01-111-25/+23
* Update SizzleRichard Gibson2013-01-101-0/+0
* Ref gh-1117: Don't stop on a falsy value in buildFragment.Oleg2013-01-091-10/+15
* Propagate context of returned deferred object in Deferred.then(). Fixes #13160.nanto2013-01-081-16/+13
* Opera 12.0 still implements an older version of the DOM so cloneNode cannot b...jaubourg2013-01-081-1/+1
* Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117.Dave Methvin2013-01-082-27/+24
* Ref #8908. Update IE9 css clone fix. Close gh-1120.Oleg2013-01-082-2/+6
* Fix #13103. Add .finish() method. Cherry picked from b6abb31df4d5be80dc13844...Corey Frang2013-01-082-4/+56
* Fix #12863. Prevent oldIE from calling `.removeAttribute`Dave Methvin2013-01-061-1/+1
* Fix #12336. Ensure oldIE really does .empty() selects.Dave Methvin2013-01-061-0/+6
* Fix #12945. Check for .getAttribute so IE9 is happy.Dave Methvin2013-01-041-1/+5
* Fixes #13088: under IE8, $(selector).attr('style') always return lowercase st...Mike Sherov2012-12-311-2/+3
* Followup to gh-1089. Avoid duplicate typeof check.Dave Methvin2012-12-231-7/+6
* Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089.Sebi Burkhard2012-12-231-3/+6
* Fix #13076. Speed up $() with strings, part of gh-1089.Sebi Burkhard2012-12-231-2/+2
* Update SizzleRichard Gibson2012-12-211-0/+0
* Fix 00bbbe20 test failuresRichard Gibson2012-12-211-0/+0
* Fix #12569. Improve feature detect for event bubbling. Close gh-1076.Oleg2012-12-201-74/+38
* Fix #13070: better unescaping logic in SizzleRichard Gibson2012-12-201-0/+0
* Fix #13094. Pass index to .before(fn) fn as documented. Close gh-1093.Oleg2012-12-201-3/+4
* 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
* let .attr(checked|selected, true) update the propertyRichard Gibson2012-12-161-1/+1
* 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 for...Timmy Willison2012-12-151-0/+0
* Sizzle: assume window.document in Sizzle.matches; massively reduce calls to s...Timmy Willison2012-12-151-0/+0
* 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
* 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
* 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