aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Ignore file inputs when serializing forms. File input serialization is handle...Timmy Willison2013-01-231-1/+1
* Fix failing tests, add support for empty spans in Opera. Supplements #13132, ...Timmy Willison2013-01-211-1/+3
* Treat an element as hidden if either offsetWidth or offsetHeight is 0. Fixes ...Timmy Willison2013-01-211-1/+1
* 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
* 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 non-documen...danilsomsikov2013-01-161-0/+5
* Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137.Richard Gibson2013-01-161-8/+2
* 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
* No ticket: compress event.jsRichard Gibson2013-01-132-111/+116
* 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 b...jaubourg2013-01-081-1/+1
* | 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 y...jaubourg2013-01-071-6/+10
* | 2.0: reduced xhr transportjaubourg2013-01-071-210/+84
|/
* Fix #13143. Event target cannot be a text node.Dave Methvin2013-01-061-0/+6
* Ref #12945, IE9/10 still needs safe .getAttribute check.Dave Methvin2013-01-041-1/+3
* Fix #12945. Check for .getAttribute so IE9 is happy.Dave Methvin2013-01-041-1/+3
* Remove appendChecked detect and stranded markup.Dave Methvin2013-01-031-11/+4
* Remove oldIE styleFloat detect.Dave Methvin2013-01-032-5/+1
* Remove noCloneEvent detects and white-box unit test.Dave Methvin2013-01-031-12/+0
* Remove oldIE submit/change bubble detects.Dave Methvin2013-01-031-7/+4
* Remove deleteExpando detect.Dave Methvin2013-01-031-8/+0
* Remove inlineBlockNeedsLayout and shrinkWrapBlocks.Dave Methvin2013-01-032-38/+6
* Remove support.reliableHiddenOffsets detect.Dave Methvin2013-01-032-23/+3
* Remove stranded support.js checks for oldIE.Dave Methvin2013-01-031-23/+0