aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix #12846. Restore overflow when animation is stopped.Dave Methvin2013-01-262-3/+5
|
* Choose a lovely set of matching grunt dependencies.Dave Methvin2013-01-261-11/+8
| | | | Stylish yet functional, this set of grunt plugins should provide hours of trouble-free operation until rc6 comes out.
* Fix #13291, no longer need the functionish-regex guard.Dave Methvin2013-01-261-1/+1
|
* Fix build until next grunt rc, disable compare_size.Dave Methvin2013-01-262-48/+50
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-2624-29/+29
|
* Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.Richard Gibson2013-01-253-2/+42
| | | | (cherry picked from commit ac93559eb9f18fcaec95dfdc97358b1b85bfe234)
* Fix #13282: QtWebKit (e.g., phantomjs) can only apply ArraysRichard Gibson2013-01-241-4/+12
|
* Fix #13281: update SizzleRichard Gibson2013-01-241-0/+0
|
* 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/+9
| | | | #10406.
* Treat an element as hidden if either offsetWidth or offsetHeight is 0. Fixes ↵Timmy Willison2013-01-212-41/+44
| | | | #13132, #10406.
* Removes unnecessary call to `.off()` as noted by @dcherman.jaubourg2013-01-211-1/+1
|
* Fixes #13276. Unit test is enough since the 2.x XHR transport already ↵jaubourg2013-01-211-0/+16
| | | | dismissed the XML as parsed by the XHR instance.
* 2.0: Reduce offset module. Close gh-1139.Oleg2013-01-201-32/+30
|
* Fix #13232, fix jQuery.buildFragment for tables, close gh-1138.Oleg2013-01-202-3/+34
|
* Consistently clean up after .ready() handler, close gh-1135.Oleg2013-01-201-5/+6
|
* Further script transport cleanup, close gh-1123.jaubourg2013-01-201-19/+16
|
* Reduced script transportjaubourg2013-01-201-47/+21
|
* 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
| | | | (cherry picked from commit 37eb6125c0fb0bec4e0d043bc78110b4f49f3aa6)
* Ref cc324abf: use acceptData to determine when it is safe to add event handlersRichard Gibson2013-01-161-2/+2
|
* Fix #8335: Avoid memory leak by never setting data on non-element ↵danilsomsikov2013-01-162-1/+17
| | | | non-document nodes. Close gh-1127.
* Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137.Richard Gibson2013-01-162-9/+7
| | | | (cherry picked from commit 6b1b0a26b4d485b4d9f334286efed5dfe33e3f3f)
* No ticket: improve replaceWith testingRichard Gibson2013-01-161-55/+35
| | | | (cherry picked from commit 13468abaeb5488d547bc75d99bc3425ee891859e)
* Fix #13182: update SizzleRichard Gibson2013-01-161-0/+0
|
* Fix #13183: Wrong animation initial value calc. Ref gh-1136.Mike Sherov2013-01-153-10/+27
|
* Updating the source version to 2.0.0preDave Methvin2013-01-141-1/+1
|
* Tagging the 2.0.0b1 release.2.0.0b1Dave Methvin2013-01-141-2/+2
|
* Let version 1.9 claim jquery.js and jquery-latest.js files.Dave Methvin2013-01-141-7/+8
|
* Simplify release notes generator script.Dave Methvin2013-01-142-44/+22
|
* de486684 with moar guard for IE6Richard Gibson2013-01-131-4/+4
| | | | (cherry picked from commit 6c29dd24e9786dfd61cdfdb5d21ffcb5694e25ea)
* Add a commentOleg2013-01-131-0/+2
|
* Fixes #13200 - innerHTML in buildFragment need end tagsOleg2013-01-131-5/+5
|
* Fix #13203: delegated events with selector matching Object.prototype propertyRichard Gibson2013-01-132-1/+17
|
* Fix f860e0bd Firefox failuresRichard Gibson2013-01-131-3/+4
| | | | (cherry picked from commit 0a3a424e65f66414305bf6a34fc6fd93d3b61c62)
* Fix #13180: don't delegate into SVG <use>Richard Gibson2013-01-132-45/+66
| | | | (cherry picked from commits 36457cb6afc12d4a755cf93442a502783a669517..f860e0bd2f7dd228a14704d78ed5208cbe870d01)
* No ticket: compress event.jsRichard Gibson2013-01-132-111/+116
| | | | (cherry picked from commit 9cf812d7a28a08608eab30440102b00ebd3c2291)
* Leave out the web site, you know where to find us.Dave Methvin2013-01-111-1/+1
|
* Update copyrights used in file headers.Dave Methvin2013-01-112-2/+2
|
* Update SizzleRichard Gibson2013-01-111-0/+0
|
* Revert grunt, grunt-contrib-jshint, and grunt-contrib-uglify versions used ↵adam j. sontag2013-01-101-3/+3
| | | | in build until we can adapt Gruntfile to support grunt 0.4.0rc5 changes
* Update SizzleRichard Gibson2013-01-101-0/+0
|
* Fix #12886. Fix map file reference in .min.js file.Dave Methvin2013-01-101-1/+4
| | | | Cherry picked from e348b4060848b46a6c4376661c093e0f0a3ef9e7 .
* Ref gh-1117: Use native push for size and performanceRichard Gibson2013-01-091-2/+2
|
* Ref gh-1117: Don't stop on a falsy value in buildFragment. Close gh-1124.Oleg2013-01-092-5/+10
|
* Propagate context of returned deferred object in Deferred.then(). Fixes #13160.nanto2013-01-082-17/+30
|\
| * Eliminate redundancy of Deferred.then().nanto_vi2013-01-081-16/+11
| |