aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8...Anton M2011-02-153-42/+2
* Fix some whitespace issues.Anton M2011-02-157-19/+19
* Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so ...Dave Methvin2011-02-152-9/+28
* Fixes #8277. Sets data to undefined rather than null when it is not provided ...jaubourg2011-02-152-3/+18
* Fix some unscoped tests which failed after recent changes to QUnit.Anton M2011-02-153-9/+9
* 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-142-6/+52
* Add missing semicolon.Anton M2011-02-141-1/+1
* Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099jeresig2011-02-143-3/+43
|\
| * Bug #8099 - Updates per reviewrwldrn2011-01-311-9/+13
| * Bug #8099 - Always restore to correct display value based on element's expect...rwldrn2011-01-313-3/+39
* | Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into SlexAxton-...jeresig2011-02-149-14/+15
|\ \
| * | Moved jQuery global leak to end of file so accidental gEBCN overrides in prot...Alex Sexton2011-01-239-14/+15
* | | Fix breaking test in Chrome.Anton M2011-02-142-3/+3
* | | Don't add "px" to unit-less properties when animating them. Fixes #4966.Anton M2011-02-132-2/+12
* | | Clean up whitespace in test/unit/effects.jsAnton M2011-02-131-44/+37
* | | Follow up to fbf79c0b495e08d67c3a4767f371ec7bcfc40a17.Anton M2011-02-131-3/+3
* | | Remove old cruft from test folder. Change "polluted" test suite loader to use...Anton M2011-02-1323-13958/+70
* | | Add readyWait tests. Fixes #8145.jrburke2011-02-123-0/+111
* | | Remove sed from post-build code, due to portability issues between GNU and BS...awgy2011-02-122-2/+10
* | | 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
* | | Remove duplicate test.Anton M2011-02-111-3/+1
* | | 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-112-44/+37
* | | Make sure .val() works after form.reset() in IE. Fixes #2551.rwldrn2011-02-102-0/+24
* | | Make sure .clone(true) correctly clones namespaced events. Fixes #4537.Anton M2011-02-102-7/+14
* | | Fix some whitespace issues. Improve and correct an events test.Anton M2011-02-102-34/+30
* | | No need to duplicate Sizzle tests, just run them directly from Sizzle.John Resig2011-02-102-518/+1
* | | Pull over tests from Sizzle. "Remove backslashes from tag name filter. Fixes ...Anton M2011-02-101-2/+3
* | | 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-093-1/+42
* | | Makes local filesystem test for ajax more insightful.jaubourg2011-02-091-9/+31
* | | Makes sure statusText always defaults to "error".jaubourg2011-02-091-1/+1
* | | Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to u...Colin Snover2011-02-082-16/+3
* | | 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-074-53/+37
|/ / /
* | | Fixes a bug that prevented headers from being set in an ajaxSend callback. Un...jaubourg2011-02-072-7/+14
* | | 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
* | | Fixes a typo in the title of the load() unit test.jaubourg2011-02-051-1/+1