aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | Simplified headers tests: removed multiline headers (support is far too serve...jaubourg2010-12-113-46/+24
* | | Tweaked the headers test to be apache independent and actually work.jaubourg2010-12-112-20/+17
* | | Changed document.location to window.location per Ben Alman advice.jaubourg2010-12-101-1/+1
* | | Removed non-standard (and not that useful) xhr emulation methods & reworked t...jaubourg2010-12-102-20/+53
* | | Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...jaubourg2010-12-096-14/+559
* | | Backing out cec68e2b00d86357c18b576cbaed52cc1ea42a74, was causing serialize t...jeresig2010-12-091-76/+56
* | | Backing out fb6c038bf00296480234c971a1664ac01ca1479e, was causing jQuery.para...jeresig2010-12-091-11/+4
* | | Merge branch 'bug5566' of https://github.com/csnover/jquery into csnover-bug5566jeresig2010-12-091-56/+76
|\| |
| * | Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cl...Colin Snover2010-12-061-56/+76
* | | Merge branch 'attrFollowupFix' of https://github.com/jitter/jquery into jitte...jeresig2010-12-091-4/+4
|\ \ \
| * | | Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2.Anton M2010-12-071-4/+4
* | | | Merge branch 'support_6897' of https://github.com/rwldrn/jquery into rwldrn-s...jeresig2010-12-091-0/+25
|\ \ \ \
| * | | | Support unit test for #6897rwldrn2010-11-091-0/+25
| | |_|/ | |/| |
* | | | Merge branch 'bug_7413' of https://github.com/rwldrn/jquery into rwldrn-bug_7413jeresig2010-12-091-4/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixes #7413; isEmptyObject() check to see if obj passes isPlainObjectrwldrn2010-11-091-4/+11
| |/ /
* | | Merge branch 'bug7524' of https://github.com/csnover/jquery into csnover-bug7524John Resig2010-12-061-1/+4
|\ \ \
| * | | Only try to get data attributes for a jQuery-wrapped object if it is actually...Colin Snover2010-12-031-1/+4
| | |/ | |/|
* | | Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531John Resig2010-12-061-0/+10
|\ \ \
| * | | Coerce s.url to string before calling replace, since replace is also a method...Colin Snover2010-11-171-0/+10
* | | | Merge branch 't6398' of https://github.com/jitter/jquery into jitter-t6398John Resig2010-12-061-3/+10
|\ \ \ \
| * | | | Make sure custom events named "submit" can be bound to non DOM elements in IE...Anton M2010-11-211-3/+10
| |/ / /
* | | | Merge branch 't4386' of https://github.com/jitter/jquery into jitter-t4386John Resig2010-12-061-1/+3
|\ \ \ \
| * | | | Make sure IE clones body elements correctly. Fixes 4386.Anton M2010-11-211-1/+3
| |/ / /
* | | | Merge branch 't7578' of https://github.com/jitter/jquery into jitter-t7578John Resig2010-12-061-2/+13
|\ \ \ \
| * | | | Add unit test for fix to #7578.Anton M2010-11-241-2/+13
| |/ / /
* | | | Merge branch 't5476' of https://github.com/jitter/jquery into jitter-t5476John Resig2010-12-061-5/+5
|\ \ \ \
| * | | | Improve performance of get() for negative indices. Fixes #5476.Anton M2010-11-191-5/+5
| |/ / /
* | | | Merge branch 'restrictAttr' of https://github.com/jitter/jquery into jitter-r...John Resig2010-12-061-3/+48
|\ \ \ \
| * | | | Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500.Anton M2010-11-131-3/+48
| | |_|/ | |/| |
* | | | Handle carriage return characters in className property. Fixes #7673.Anton M2010-12-011-4/+8
| |_|/ |/| |
* | | Convert test/data/text.php to use lf line endings.Henri Wiechers2010-11-121-12/+12
* | | Convert test/delegatetest.html to use lf line endings.Henri Wiechers2010-11-121-242/+242
| |/ |/|
* | Backing out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping ...jeresig2010-11-091-35/+0
* | Maintain returning 0px from width/height for disconnected nodes for backwards...jeresig2010-11-092-6/+28
* | Fixes #7397; Adds 4 supporting unit tests.rwldrn2010-11-091-0/+35
|/
* Remove conditional that prevents attr from working on non-Element nodes. Fixe...Colin Snover2010-11-091-1/+3
* Merge branch 'fixAdjacentTests' of https://github.com/jitter/jquery into jitt...John Resig2010-11-091-5/+5
|\
| * Fix selector tests broken by newer version of Qunit.Anton M2010-11-091-5/+5
* | Ensure that unquoted attribute selectors are quoted (allowing them to go into...John Resig2010-11-091-3/+11
* | Ensure that AJAX requests are actually aborted in all browsers. Fix #7422.Colin Snover2010-11-061-1/+4
|/
* Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393.jeresig2010-11-031-1/+5
* Only change ID on nodes that don't already have an ID for rooted qSA. Fixes #...jeresig2010-11-011-1/+6
* Make sure that accessing computed CSS for elements returns 'auto' instead of ...jeresig2010-11-011-2/+2
* Fix tab spacing.Brandon Aaron2010-10-281-27/+27
* Calling .hide().show() on a stylesheet-hidden element wasn't bringing it back...jeresig2010-10-271-1/+9
* For .show() with no arguments, only set display of elements in the second loo...Karl Swedberg2010-10-261-1/+14
* Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.John Resig2010-10-251-15/+0
* Allow DELETE requests to have a content body, and properly serialize data to ...dmethvin2010-10-251-0/+26
* Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217.dmethvin2010-10-251-0/+30
* Fixes #7229 and #5803rwldrn2010-10-242-0/+35