aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to jQuery Foundation.Dave Methvin2012-07-032-2/+3
* Ever notice that static and problematic rhyme?Dave Methvin2012-07-031-3/+8
* Avoid running problematic static offset tests in IE8 on the swarm.Dave Methvin2012-07-031-5/+10
* Update Sizzle: small regex fixtimmywil2012-07-031-0/+0
* Update Sizzle: removes makeArray and uses native push/slice where availabletimmywil2012-07-031-0/+0
* Sizzle: maxCacheLength -> cacheLengthtimmywil2012-07-031-0/+0
* Sizzle: detects a buggy getElementsByName. Fixes #10799.timmywil2012-07-031-0/+0
* Update Sizzle: Caching system respects DOM changes between uses of the same s...timmywil2012-07-031-0/+0
* Update Sizzle: exposed compile function for external use. maxCacheLength can ...timmywil2012-07-031-0/+0
* Update Sizzle: fixes a small bug in class matchingtimmywil2012-07-031-0/+0
* Update Sizzle: adds caching to combinatorstimmywil2012-07-031-0/+0
* Sizzle: space combinator updatetimmywil2012-07-021-0/+0
* Update sizzle: fixes fail in traversing with :has selectortimmywil2012-07-021-0/+0
* Sizzle: fix multiple nested pseudos. Fixes #7010.timmywil2012-07-021-0/+0
* Use value rather than nodeValue in attributes (it's the string version). Upda...timmywil2012-07-022-3/+3
* Sizzle: add cross-browser w3c whitespace rules; pseudo generation adjustmenttimmywil2012-07-021-0/+0
* Sizzle: minor adjustments and a small fix in the child selector regextimmywil2012-07-022-1/+1
* UPDATE SIZZLE: completed rewrite for better things!timmywil2012-07-026-15/+28
* Add back ID shortcut. It's about 3 times faster than going through jQuery.fn....timmywil2012-07-021-14/+40
* Use ~ to hold grunt at 0.3.9Rick Waldron2012-06-301-1/+1
* Fix typo in grunt lint:testsRick Waldron2012-06-301-1/+1
* Move jQuery.sub to deprecated.js, because it is.Dave Methvin2012-06-293-21/+25
* Update Sizzle: Size optimizations from gibsontimmywil2012-06-281-0/+0
* Update Sizzle: typotimmywil2012-06-281-0/+0
* Fix #11382. #11764. Only prevent click events on disabled elements.Dave Methvin2012-06-272-7/+16
* Fix #11315. Selector for .on() is relative to delegateTarget.Dave Methvin2012-06-272-1/+15
* Update Sizzle: reduced size. Add Sizzle's utilities.js to unit teststimmywil2012-06-272-0/+1
* As it turns out, we won't need the 'main' entry in package.jsonRick Waldron2012-06-261-1/+0
* Fix #11969. Never a null moment when checking siblings.Dave Methvin2012-06-262-2/+3
* Update copyright years for jQuery and Sizzletimmywil2012-06-262-2/+2
* Allow document to be passed to Sizzle.contains. Fixes #11539.timmywil2012-06-261-0/+0
* Clear elements to avoid leaking memory. Close gh-837. Fixes #11809Richard Gibson2012-06-261-1/+4
* Fixes broken grunt watch task. Part 2Rick Waldron2012-06-261-1/+1
* Fixes broken grunt watch task.Rick Waldron2012-06-261-1/+4
* Fix #10895. Reduce IE poll interval to save CPU time.Dave Methvin2012-06-261-4/+3
* Update Sizzle: Removes directory caching in dirCheck. Fixes #11966.timmywil2012-06-251-0/+0
* Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI l...Rick Waldron2012-06-254-60/+114
* Completes #11799: Maybe .progress() was cooler than I thought.Corey Frang2012-06-252-6/+21
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQue...Rick Waldron2012-06-259-77/+100
* Add grunt with lint to Sizzletimmywil2012-06-241-0/+0
* Make @VERSION replace regex global. Fixes #11960Rick Waldron2012-06-231-1/+1
* Make removeClass smart enough to remove duplicates. Fixes #11923Rick Waldron2012-06-232-12/+21
* 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-222-37/+109
* Fix #11925, Pass eventHandle to special.teardown. Closes gh-831.Timo Tijhof2012-06-222-1/+16
* Updating the source version to 1.8pre.Dave Methvin2012-06-221-1/+1
* Tagging the 1.8b1 release.1.8b1Dave Methvin2012-06-221-1/+1
* Fix #11757. IE 6/7 can't clean up circular DOM-JS refs.Dave Methvin2012-06-221-1/+3
* Removes scripts:postinstall from package.json, see: 286c4d91dde12ba32f4a56273...Rick Waldron2012-06-211-4/+1
* Do jQuery.trim in less bytes (-5).timmywil2012-06-211-9/+4