aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Save one byteOleg2012-12-241-20/+20
* Take care of commentsOleg2012-12-241-3/+4
* Remove needless expressionOleg2012-12-241-1/+1
* Revert changes in support moduleOleg2012-12-241-1/+12
* Use GET method in jQuery#domManipOleg2012-12-241-0/+1
* Remove couple of spacesOleg2012-12-241-2/+2
* More simplifications fore jQuery#htmlOleg2012-12-241-2/+2
* Speed up iteration in jQuery#domManip if it called with function inside first...Oleg2012-12-241-1/+1
* Simplify execution of script element if it processed without src attributeOleg2012-12-241-1/+1
* Use jQuery.merge only if it really necessaryOleg2012-12-241-3/+3
* Simplify jQuery.expandoOleg2012-12-241-25/+7
* Simplify wrapMapOleg2012-12-241-1/+1
* Move all helpers to the end of the moduleOleg2012-12-241-111/+111
* Remove fixDefaultChecked helperOleg2012-12-241-15/+1
* Simplify getAll helperOleg2012-12-241-13/+11
* Simplify fixCloneNodeIssues helperOleg2012-12-241-42/+8
* Remove memory fixOleg2012-12-241-6/+0
* Change "isFunc" variable to "isFunction"Oleg2012-12-241-6/+5
* Code style changesOleg2012-12-241-21/+21
* Simplify jQuery#wrapOleg2012-12-241-6/+5
* Code style changesOleg2012-12-241-8/+7
* Remove unused variablesOleg2012-12-241-2/+1
* Remove removal of container children through removeChild methodOleg2012-12-241-5/+0
* Remove tbody checkOleg2012-12-242-21/+1
* Remove leading white space checkOleg2012-12-242-12/+2
* Remove createSafeFragment helperOleg2012-12-242-58/+15
* 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