| Commit message (Expand) | Author | Age | Files | Lines |
* | Add test for appending an xml element to another. Supplements #9370. | timmywil | 2011-05-25 | 1 | -0/+34 |
* | Landing pull request 365. jQuery.buildFragment, ensure doc is a document; Fix... | Rick Waldron | 2011-05-13 | 1 | -1/+11 |
|\ |
|
| * | jQuery.buildFragment, ensure doc is a document; Includes comments; Adds unit ... | Rick Waldron | 2011-04-30 | 1 | -1/+10 |
* | | Adding in test case to support #9211. | John Resig | 2011-05-11 | 1 | -1/+8 |
* | | Fixes #9221. Wraps openings of html comments and CDATA blocks found at the be... | jaubourg | 2011-05-11 | 1 | -1/+19 |
* | | Fix problem with appending multiple string arguments in IE 6. Fixes #9072. | John Resig | 2011-05-03 | 1 | -1/+12 |
|/ |
|
* | Landing pull request 332. Appending disconnected radio or checkbox inputs and... | timmywil | 2011-04-21 | 1 | -1/+15 |
* | Switch QUnit div from depreceted #main to #qunit-fixture | timmywil | 2011-04-17 | 1 | -35/+35 |
* | Merge branch 'master' of https://github.com/rjgotten/jquery into rjgotten-mas... | John Resig | 2011-04-12 | 1 | -2/+8 |
|\ |
|
* | | third batch | louisremi | 2011-04-12 | 1 | -239/+239 |
* | | Make the new attr/prop changes pass the test suite (in Webkit). There are st... | timmywil | 2011-04-03 | 1 | -2/+4 |
* | | bug 6158; fixing replaceWith from throwing errors on non existant elements; f... | Jordan Boesch | 2011-03-05 | 1 | -2/+2 |
* | | bug 6158; fixing replaceWith from throwing errors on non existant elements | Jordan Boesch | 2011-03-05 | 1 | -2/+5 |
* | | Make a new jQuery.support.noCloneChecked - splitting apart the previous featu... | jeresig | 2011-02-23 | 1 | -3/+4 |
* | | Fixes #8129. Fix cloning multiple selected options in IE8. | rwldrn | 2011-02-02 | 1 | -1/+9 |
* | | The default for .clone() is to not clone any events. Fixes #8123. | jeresig | 2011-02-01 | 1 | -0/+11 |
* | | Use the original element/fragment as the last item to be appended to the docu... | Colin Snover | 2011-01-28 | 1 | -0/+13 |
* | | Merge branch '8017lint' of https://github.com/rwldrn/jquery into 8017lint | rwldrn | 2011-01-22 | 1 | -1/+1 |
* | | Basic unit tests; This patch relies on the 51 existing clone() tests | rwldrn | 2011-01-21 | 1 | -0/+12 |
* | | Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ... | Colin Snover | 2011-01-17 | 1 | -13/+50 |
|\ \ |
|
| * | | Update unit tests with a leak detection mechanism for the various jQuery glob... | Colin Snover | 2011-01-09 | 1 | -13/+50 |
* | | | Ensure that buildFragment clones elements properly in all browsers. Fixes #38... | Colin Snover | 2011-01-09 | 1 | -9/+23 |
|/ / |
|
* | | Don't cache non-html strings in buildFragment to avoid possible collision wit... | Dave Methvin | 2010-12-27 | 1 | -0/+17 |
* | | Don't use for-in loops on Arrays. Fixes #7817. Thanks to dmethvin. | Colin Snover | 2010-12-22 | 1 | -0/+3 |
|\ \ |
|
| * | | Use a for loop rather than for/in loop when copying events, so that code will... | Dave Methvin | 2010-12-20 | 1 | -0/+3 |
* | | | Remove code for ticket #7717 which has been marked WONTFIX to match existing ... | Colin Snover | 2010-12-22 | 1 | -8/+4 |
* | | | Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing the... | Colin Snover | 2010-12-19 | 1 | -6/+22 |
|/ / |
|
* | | Speed up & compatibility improvements for new clone mechanism in IE. | Colin Snover | 2010-12-12 | 1 | -1/+9 |
* | | Return test comments to ASCII space | Colin Snover | 2010-12-12 | 1 | -2/+2 |
* | | Merge branch 'bug5566' into csnover-bug5566. Fixes #4386, #5566, #6997. | Colin Snover | 2010-12-12 | 1 | -62/+108 |
|\ \ |
|
| * | | Fix the clone method to be a little less insane in IE, which fixes the new ev... | Colin Snover | 2010-12-12 | 1 | -8/+34 |
* | | | Backing out cec68e2b00d86357c18b576cbaed52cc1ea42a74, was causing serialize t... | jeresig | 2010-12-09 | 1 | -76/+56 |
* | | | Merge branch 'bug5566' of https://github.com/csnover/jquery into csnover-bug5566 | jeresig | 2010-12-09 | 1 | -56/+76 |
|\| | |
|
| * | | Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cl... | Colin Snover | 2010-12-06 | 1 | -56/+76 |
| |/ |
|
* / | Make sure IE clones body elements correctly. Fixes 4386. | Anton M | 2010-11-21 | 1 | -1/+3 |
|/ |
|
* | Added some more tests to make sure that replaceWith is working correctly. Fol... | jeresig | 2010-10-09 | 1 | -2/+13 |
* | Make sure that the contents of the element is still in place when html(Functi... | John Resig | 2010-09-28 | 1 | -0/+11 |
* | Adjust manipulation test to handle whitespace RegExp issue in older WebKits. ... | jeresig | 2010-09-27 | 1 | -1/+1 |
* | Handle two more cases where comments were missing in the test case, in Blackb... | John Resig | 2010-08-27 | 1 | -1/+7 |
* | Blackberry 4.6 doesn't maintain comment nodes in the DOM, ignore them in our ... | John Resig | 2010-08-26 | 1 | -2/+6 |
* | Fixed mistake with tweaked iframe manipulation test. | John Resig | 2010-08-26 | 1 | -1/+1 |
* | Tweak some more jQuery set results in the manipulation tests. Also fixed the ... | John Resig | 2010-08-26 | 1 | -40/+40 |
* | Tweak more element orders in the manipulation tests. Also differentiate betwe... | John Resig | 2010-08-26 | 1 | -8/+10 |
* | Tweaked manipulation test to ignore order of elements from selector (not impo... | John Resig | 2010-08-26 | 1 | -1/+1 |
* | Replace usage of the removed global reset() method with QUnit.reset(). | jzaefferer | 2010-07-28 | 1 | -74/+74 |
* | I take that back! It was a bug, but the cache had to be triggered and a colle... | jeresig | 2010-03-05 | 1 | -5/+6 |
* | Attempted to fix #6227, not entirely sure if it's a problem as I'm having a h... | jeresig | 2010-03-05 | 1 | -1/+9 |
* | Adapt the nbsp entity test for Opera (output isn't as important as the fact t... | jeresig | 2010-02-13 | 1 | -1/+2 |
* | Don't inject style elements using innerHTML as they will go away in IE. Fixes... | jeresig | 2010-02-13 | 1 | -1/+6 |
* | Added some tests to test repeated injected of scripts. Was fixed when fixing ... | jeresig | 2010-02-13 | 1 | -5/+4 |