aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor updates. All parameters of an internal function are for internal use only.Timmy Willison2013-01-301-11/+11
|
* Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens ↵Timmy Willison2013-01-302-2/+2
| | | | #13132, #10406.
* Fix #13349. No need to sort simple .find() cases.Dave Methvin2013-01-291-4/+5
|
* Update author list.Dave Methvin2013-01-271-0/+3
|
* Fix #13150, .has() w/o args checks for any callbacks. Close gh-1111.adamcoulombe2013-01-272-2/+50
|
* Fix #12656. Make event shorthands excludable.Dave Methvin2013-01-277-167/+178
|
* Fix #12846. Restore overflow when animation is stopped.Dave Methvin2013-01-262-3/+5
| | | | (Cherry picked from a6c358d)
* Fix build until next grunt rc, disable compare_size.Dave Methvin2013-01-262-47/+49
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-2624-28/+53
| | | | Also migrates the XHR check added to 2.0 in 62acda819f9b6fba9263d0b613e15285807b23a7.
* Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.Richard Gibson2013-01-253-2/+42
|
* Fix #13281: update SizzleRichard Gibson2013-01-241-0/+0
|
* Fix #13315: compare typeof node.method to var instead of literal "undefined" ↵Richard Gibson2013-01-246-10/+14
| | | | for safer uglification
* Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes ↵byroot2013-01-243-3/+33
| | | | #13261.
* Ignore file inputs when serializing forms. File input serialization is ↵Timmy Willison2013-01-232-3/+4
| | | | handled by plugins. Fixes #13306.
* Fix failing tests, add support for empty spans in Opera. Supplements #13132, ↵Timmy Willison2013-01-214-26/+10
| | | | #10406.
* Treat elements as hidden when either offsetWidth OR offsetHeight is 0. Fixes ↵Timmy Willison2013-01-212-41/+44
| | | | #13132, #10406.
* Never use the XML as parsed by the XHR instance. Use raw text instead and ↵jaubourg2013-01-212-8/+17
| | | | let the ajax conversion logic do the trick. -20 min/gzipped. Fixes #13276. Unit test added.
* Fix requirements and dependencies in README, close gh-1131.Ryunosuke SATO2013-01-201-8/+6
|
* Fix broken link in CONTRIBUTING.md, close gh-1132.Ryunosuke SATO2013-01-201-3/+3
|
* Update Sizzle: fixes native slice usageTimmy Willison2013-01-181-0/+0
|
* Fix jQuery #13251: use slice instead of substringRichard Gibson2013-01-172-1/+1
|
* Ref 8f72967e: use acceptData to determine when it is safe to add event handlersRichard Gibson2013-01-161-2/+2
| | | | (cherry picked from commit 50290b8ffb05c504d3866a619f282bf795bc01f6)
* Fix #8335: Avoid memory leak by never setting data on non-element ↵danilsomsikov2013-01-162-1/+17
| | | | | | non-document nodes. Ref gh-1127. (cherry picked from commit cc324abf739669bd2a4669742c994b86c4ad467b)
* Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137.Richard Gibson2013-01-162-9/+7
|
* No ticket: improve replaceWith testingRichard Gibson2013-01-161-55/+35
|
* Fix #13182: update SizzleRichard Gibson2013-01-161-0/+0
|
* Fix #13208: only check elements for delegation matchesRichard Gibson2013-01-162-1/+13
|
* Fix #13183: Wrong animation initial value calc. Close gh-1136.Mike Sherov2013-01-153-10/+27
|
* Updating the source version to 1.9.1preDave Methvin2013-01-141-1/+1
|
* Tagging the 1.9.0 release.Dave Methvin2013-01-141-1/+1
|
* Simplify release notes generator script.Dave Methvin2013-01-142-44/+22
|
* 0a3a424e with moar guard for IE6Richard Gibson2013-01-131-4/+4
|
* Fix #13203: delegated events with selector matching Object.prototype propertyRichard Gibson2013-01-132-1/+17
| | | | (cherry picked from commit 31b95797155077e4e670c0bbb2c57815f89769a1)
* Fix f860e0bd Firefox failuresRichard Gibson2013-01-131-3/+4
|
* 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
|
* #13180 unit testRichard Gibson2013-01-131-8/+19
|
* 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-112-2/+2
|
* Update SizzleRichard Gibson2013-01-111-0/+0
|
* Ref 0ed497b. Close gh-1125.Oleg2013-01-112-36/+55
|
* Update SizzleRichard Gibson2013-01-101-0/+0
|
* Fix map file reference in .min.js file.Dave Methvin2013-01-101-1/+4
|
* Adding some more test coverage for .finish()Corey Frang2013-01-091-1/+72
|
* Ref gh-1117: Don't stop on a falsy value in buildFragment.Oleg2013-01-092-11/+17
| | | | (cherry picked from commit 8e6c1ba92faf830d40cafe7a4deb4ad5ab9045fe)