| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make sure that we don't try to use a detached node (that was in a fragment) a... | jeresig | 2010-02-13 | 1 | -1/+11 |
* | Make sure the fragment isn't used if it's not the same set we're working with... | jeresig | 2010-02-13 | 1 | -1/+6 |
* | Make sure that &#...; entities are encoded properly. Fixes #6042. | jeresig | 2010-02-05 | 1 | -1/+4 |
* | Adding in some more replaceWith tests for #5917. | Neeraj Singh | 2010-02-01 | 1 | -1/+11 |
* | Only detach the incoming elements to replaceWith if they're DOM nodes. Fixes ... | Noah Sloan | 2010-02-01 | 1 | -2/+8 |
* | Fix for problem in IE 8 where deserialized (then reserialized) form markup wa... | jeresig | 2010-02-01 | 1 | -1/+9 |
* | Make sure that the correct context is being passed in for replaceWith(fn). Fi... | jeresig | 2010-01-25 | 1 | -0/+10 |
* | Make work wrapInner(fn) work consistently. Fixes #5799. | jeresig | 2010-01-25 | 1 | -8/+14 |
* | Make sure that checked state is cloned properly. Based upon the patch by Mich... | Michael Monteleone | 2010-01-25 | 1 | -1/+19 |
* | Cleaned up divs that should've been removed after a test run. | jeresig | 2010-01-25 | 1 | -1/+7 |
* | Make sure that XHTML-style HTML is purified in .html(). Fixes #5845. | John Resig | 2010-01-24 | 1 | -2/+7 |
* | Expose cleanData, make sure that all bound event handlers are properly cleane... | jeresig | 2010-01-23 | 1 | -0/+70 |
* | wrapAll(Function) doesn't actually make sense. That's why I couldn't figure o... | Yehuda Katz | 2010-01-14 | 1 | -5/+0 |
* | We only care that some of the html return value is escaped, not necessarily a... | jeresig | 2010-01-13 | 1 | -8/+8 |
* | Some more touching up of the replaceWith tests. | jeresig | 2010-01-11 | 1 | -4/+12 |
* | Did some reorganizing of the recently added replaceWith tests. | jeresig | 2010-01-11 | 1 | -3/+2 |
* | Make sure that wrapInner works on elements that have no contents. Fixes #3552. | jeresig | 2010-01-11 | 1 | -1/+6 |
* | Final pass at fixing #5785. Need to make sure that inner-nodes are detached b... | jeresig | 2010-01-11 | 1 | -3/+13 |
* | Made some additional tests for #5785. | jeresig | 2010-01-11 | 1 | -1/+5 |
* | Make sure we use detach instead of remove in replaceWith. Fixes #5785. | jeresig | 2010-01-11 | 1 | -1/+10 |
* | Added manipulation tests for setter function args. | jeresig | 2010-01-07 | 1 | -3/+175 |
* | Added some .text(Function) tests. | jeresig | 2010-01-07 | 1 | -26/+37 |
* | Moved the val() tests from manipulation into attributes. | jeresig | 2010-01-07 | 1 | -86/+0 |
* | Make sure that the correct value is being pulled from checkboxes in Webkit. F... | jeresig | 2009-12-22 | 1 | -2/+8 |
* | Made sure that the .val() logic for setting radios and checkboxes was correct... | jeresig | 2009-12-22 | 1 | -1/+17 |
* | Fixed the issue where getting an empty value was impossible. Fixes #5697. | jeresig | 2009-12-22 | 1 | -1/+6 |
* | Fix up whitespace and a couple of glitches. | Yehuda Katz | 2009-12-09 | 1 | -6/+6 |
* | Add function values to addClass, removeClass, toggleClass, text, and removeAttr | Yehuda Katz | 2009-12-09 | 1 | -3/+4 |
* | Made .clone(true) also copy over element data. Fixes #4191. | John Resig | 2009-12-09 | 1 | -1/+6 |
* | Make sure that events are cloned for wrap, fixes #2977. | John Resig | 2009-12-08 | 1 | -1/+15 |
* | Added in support for injecting area elements into map elements. Fixes #4484. | John Resig | 2009-12-06 | 1 | -1/+5 |
* | Fix for #4011, crash when two text nodes are appended in IE. | Dave Methvin | 2009-12-06 | 1 | -1/+3 |
* | Make sure that the previous element is removed from the page before the next ... | jeresig | 2009-12-05 | 1 | -1/+8 |
* | Removed debug statements from manipulation tests, was causing errors in IE. | jeresig | 2009-12-02 | 1 | -4/+0 |
* | Adding a test that a new option can be selected with val(N) | Yehuda Katz | 2009-12-01 | 1 | -1/+5 |