aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug #6911 - Prevent action on disabled elements, both triggering and bound vi...Dan Heberden2011-02-181-1/+1
* Revert "Adds an invert method to promises that returns a "inverted" promise t...jaubourg2011-02-181-34/+8
* A temporary workaround for #8018 that avoids any chance of compatibility-brea...Alex Sexton2011-02-171-4/+9
* Fixes #7912. Make sure .cur() only returns 0 as fallback value when it needs ...louisremi2011-02-171-3/+7
* Only perpetrate the .toJSON hack on data caches when they are attached to a p...Dave Methvin2011-02-171-1/+10
* Fixes #8297. Makes sure response headers with empty values are handled proper...jaubourg2011-02-171-2/+2
* Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8...Anton M2011-02-151-27/+2
* Fix some whitespace issues.Anton M2011-02-156-13/+13
* Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so ...Dave Methvin2011-02-151-9/+17
* Fixes #8277. Sets data to undefined rather than null when it is not provided ...jaubourg2011-02-151-3/+3
* Update jQuery.data to use jQuery.noop for toJSON hack instead of an additiona...Colin Snover2011-02-141-3/+1
* Hide metadata when serializing JS objects using JSON.stringify via a toJSON h...Colin Snover2011-02-141-3/+23
* Add missing semicolon.Anton M2011-02-141-1/+1
* Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099jeresig2011-02-141-3/+28
|\
| * Bug #8099 - Updates per reviewrwldrn2011-01-311-9/+13
| * Bug #8099 - Always restore to correct display value based on element's expect...rwldrn2011-01-311-3/+24
* | Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into SlexAxton-...jeresig2011-02-142-1/+2
|\ \
| * | Moved jQuery global leak to end of file so accidental gEBCN overrides in prot...Alex Sexton2011-01-232-1/+2
* | | Fix breaking test in Chrome.Anton M2011-02-141-2/+2
* | | Don't add "px" to unit-less properties when animating them. Fixes #4966.Anton M2011-02-131-2/+2
* | | Remove unnecessary "script.type = text/javascript;". Fixes #8198.David Murdoch2011-02-121-1/+0
* | | Unexpose $.support._scriptEval as it's not needed. Use a private var instead....David Murdoch2011-02-121-5/+5
* | | Enhances ajaxSetup so that it can take an optional target option, in which ca...jaubourg2011-02-121-11/+23
* | | Pulls out the callback function in setRequestHeader. Also renames the regexp ...jaubourg2011-02-121-4/+5
* | | Minor changes to enforce JQuery Core Style Guidelines.jaubourg2011-02-122-10/+12
* | | Adds missing crossDomain test.jaubourg2011-02-111-1/+1
* | | Fixes #8245. Ajax now ensures header names are capitalized so that non-compli...jaubourg2011-02-112-10/+13
* | | Simplifies status normalization in xhr transport. Local file test modified fo...jaubourg2011-02-111-29/+8
* | | Make sure .val() works after form.reset() in IE. Fixes #2551.rwldrn2011-02-101-0/+5
* | | Make sure .clone(true) correctly clones namespaced events. Fixes #4537.Anton M2011-02-101-1/+1
* | | Fix some whitespace issues. Improve and correct an events test.Anton M2011-02-101-4/+4
* | | Replaces jQuery.each loop for headers with a foreach loop.jaubourg2011-02-091-3/+3
* | | Fixes #8219. Introduces the mimeType option to override content-type header i...jaubourg2011-02-092-1/+14
* | | Makes sure statusText always defaults to "error".jaubourg2011-02-091-1/+1
* | | Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to u...Colin Snover2011-02-081-3/+1
* | | Make sure that mousing over Chrome "internal div" doesn't trigger a mouseleav...Anton M2011-02-081-0/+6
* | | Revert "Make sure that mousing over Chrome "internal div" elements results in...Anton M2011-02-081-3/+1
* | | Make sure that mousing over Chrome "internal div" elements results in no trig...Anton M2011-02-081-1/+3
* | | Update jQuery.support.noCloneEvent test to function properly in IE9. Fixes #8...Colin Snover2011-02-071-1/+1
* | | Merge branch 'master' of github.com:jquery/jquery into jquery-masterColin Snover2011-02-071-3/+4
|\ \ \
| * | | Adds jQuery collection to objects that will be used as global events context ...jaubourg2011-02-071-3/+4
* | | | Update $.data to use a function instead of an object when attaching to JS obj...Colin Snover2011-02-072-46/+16
|/ / /
* | | Fixes a bug that prevented headers from being set in an ajaxSend callback. Un...jaubourg2011-02-071-2/+2
* | | Makes sure xhrs are actually aborted on unload in IE. Simplifies active xhrs ...jaubourg2011-02-071-34/+26
* | | Fixes #8177. XHR transport now considers 304 Not Modified responses as 200 OK...jaubourg2011-02-051-0/+6
* | | Reformats logic for early abort in beforeSend to limit block imbrication.jaubourg2011-02-041-36/+35
* | | Fixes abort in prefilter. No global event will be fired in that case even if ...jaubourg2011-02-041-4/+14
* | | Disables dataType redirection while selecting transport.jaubourg2011-02-041-2/+2
* | | Adds widget as the list of local protocols.jaubourg2011-02-031-1/+1
* | | Don't use a local copy of jQuery.ajaxSettings.isLocal anymore but use the cur...jaubourg2011-02-031-12/+5