aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix comment about Safari shortfalls.Dave Methvin2013-01-291-1/+1
|
* Revert "Fix #13291, no longer need the functionish-regex guard."Dave Methvin2013-01-291-1/+2
| | | | | | Turns out this is still needed by Safari 5.1, which we're still supporting. This reverts commit c4b1da40075532e4f14821b1519ae0ef6665bf1e.
* Fix #13150, .has() w/o args checks for any callbacks. Close gh-1111.adamcoulombe2013-01-271-2/+3
|
* Fix #13315 for IE9: compare typeof xmlNode.method to var instead of literal ↵Richard Gibson2013-01-275-6/+9
| | | | | | "undefined" for safer uglification (cherry picked from commit ec9b38a34fb9bd81d1903cf12b69466f699abca5)
* Fix #12656. Make event shorthands excludable.Dave Methvin2013-01-272-27/+26
|
* Fix #12846. Restore overflow when animation is stopped.Dave Methvin2013-01-261-1/+1
|
* Fix #13291, no longer need the functionish-regex guard.Dave Methvin2013-01-261-1/+1
|
* 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-241-3/+8
| | | | #13261.
* Ignore file inputs when serializing forms. File input serialization is ↵Timmy Willison2013-01-231-1/+1
| | | | handled by plugins. Fixes #13306.
* Fix failing tests, add support for empty spans in Opera. Supplements #13132, ↵Timmy Willison2013-01-211-1/+3
| | | | #10406.
* Treat an element as hidden if either offsetWidth or offsetHeight is 0. Fixes ↵Timmy Willison2013-01-211-1/+1
| | | | #13132, #10406.
* Removes unnecessary call to `.off()` as noted by @dcherman.jaubourg2013-01-211-1/+1
|
* 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-201-3/+5
|
* 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
|
* 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-161-0/+5
| | | | non-document nodes. Close gh-1127.
* Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137.Richard Gibson2013-01-161-8/+2
| | | | (cherry picked from commit 6b1b0a26b4d485b4d9f334286efed5dfe33e3f3f)
* Fix #13182: update SizzleRichard Gibson2013-01-161-0/+0
|
* Fix #13183: Wrong animation initial value calc. Ref gh-1136.Mike Sherov2013-01-152-3/+3
|
* 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-131-1/+3
|
* Fix #13180: don't delegate into SVG <use>Richard Gibson2013-01-131-37/+47
| | | | (cherry picked from commits 36457cb6afc12d4a755cf93442a502783a669517..f860e0bd2f7dd228a14704d78ed5208cbe870d01)
* No ticket: compress event.jsRichard Gibson2013-01-132-111/+116
| | | | (cherry picked from commit 9cf812d7a28a08608eab30440102b00ebd3c2291)
* Update copyrights used in file headers.Dave Methvin2013-01-111-1/+1
|
* Update SizzleRichard Gibson2013-01-111-0/+0
|
* Update SizzleRichard Gibson2013-01-101-0/+0
|
* 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-091-3/+8
|
* Propagate context of returned deferred object in Deferred.then(). Fixes #13160.nanto2013-01-081-16/+13
|\
| * Eliminate redundancy of Deferred.then().nanto_vi2013-01-081-16/+11
| |
| * Propagete context of returned deferred object in Deferred.then(). Fixes #13160nanto_vi2013-01-071-2/+4
| |
* | Opera 12.0 still implements an older version of the DOM so cloneNode cannot ↵jaubourg2013-01-081-1/+1
| | | | | | | | be called without an argument
* | Use while loop instead of forOleg2013-01-081-12/+7
| |
* | Always use core_push in jQuery.buildFragmentOleg2013-01-081-2/+2
| |
* | Bring back jQuery.buildFragment and remove jQuery.cleanOleg2013-01-082-55/+44
| |
* | Ref #8908. Update IE9 css clone fix. Close gh-1119.Oleg2013-01-082-8/+7
| |
* | Simplify .wrapAll() and fix style. Close gh-1116.Oleg2013-01-081-10/+13
| |
* | Fix #13103. Add .finish() method. Close gh-1118.Corey Frang2013-01-082-4/+56
| |
* | Adds the abort on unload trick back in since IE9 still exhibits the bugjaubourg2013-01-071-4/+19
| |
* | Fixes comments per @rwldrn. Makes sure failing requests from local protocol ↵jaubourg2013-01-071-6/+10
| | | | | | | | yields status 404, not 0.
* | 2.0: reduced xhr transportjaubourg2013-01-071-210/+84
|/
* Fix #13143. Event target cannot be a text node.Dave Methvin2013-01-061-0/+6
| | | | Check removed in the initial 2.0 refactor but Chrome still needs it. No effective way to unit test; see the test case in #13143.