2011-01-21 |
rwldrn | Merge branch '8017lint' of https://github.com/rwldrn... |
blob | commitdiff |
2011-01-21 |
rwldrn | Basic unit tests; This patch relies on the 51 existing... |
blob | commitdiff | diff to current |
2011-01-17 |
Colin Snover | Merge in data_nocollide branch. Fixes #6968, improves... |
blob | commitdiff | diff to current |
2011-01-10 |
Colin Snover | Ensure that buildFragment clones elements properly... |
blob | commitdiff | diff to current |
2011-01-09 |
Colin Snover | Update unit tests with a leak detection mechanism for... |
blob | commitdiff | diff to current |
2010-12-27 |
Dave Methvin | Don't cache non-html strings in buildFragment to avoid... |
blob | commitdiff | diff to current |
2010-12-23 |
Colin Snover | Don't use for-in loops on Arrays. Fixes #7817. Thanks... |
blob | commitdiff | diff to current |
2010-12-22 |
Colin Snover | Remove code for ticket #7717 which has been marked... |
blob | commitdiff | diff to current |
2010-12-21 |
Dave Methvin | Use a for loop rather than for/in loop when copying... |
blob | commitdiff | diff to current |
2010-12-19 |
Colin Snover | Fix #7717 and #7165. Thanks to dmethvin and iliakan... |
blob | commitdiff | diff to current |
2010-12-13 |
Colin Snover | Speed up & compatibility improvements for new clone... |
blob | commitdiff | diff to current |
2010-12-12 |
Colin Snover | Return test comments to ASCII space |
blob | commitdiff | diff to current |
2010-12-12 |
Colin Snover | Merge branch 'bug5566' into csnover-bug5566. Fixes... |
blob | commitdiff | diff to current |
2010-12-12 |
Colin Snover | Fix the clone method to be a little less insane in... |
blob | commitdiff | diff to current |
2010-12-09 |
jeresig | Backing out cec68e2b00d86357c18b576cbaed52cc1ea42a74... |
blob | commitdiff | diff to current |
2010-12-09 |
jeresig | Merge branch 'bug5566' of https://github.com/csnover... |
blob | commitdiff | diff to current |
2010-12-07 |
Colin Snover | Clone fragments in domManip using jQuery.clone instead... |
blob | commitdiff | diff to current |
2010-11-21 |
Anton M | Make sure IE clones body elements correctly. Fixes... |
blob | commitdiff | diff to current |
2010-10-09 |
jeresig | Added some more tests to make sure that replaceWith... |
blob | commitdiff | diff to current |
2010-09-28 |
John Resig | Make sure that the contents of the element is still... |
blob | commitdiff | diff to current |
2010-09-27 |
jeresig | Adjust manipulation test to handle whitespace RegExp... |
blob | commitdiff | diff to current |
2010-08-27 |
John Resig | Handle two more cases where comments were missing in... |
blob | commitdiff | diff to current |
2010-08-26 |
John Resig | Blackberry 4.6 doesn't maintain comment nodes in the... |
blob | commitdiff | diff to current |
2010-08-26 |
John Resig | Fixed mistake with tweaked iframe manipulation test. |
blob | commitdiff | diff to current |
2010-08-26 |
John Resig | Tweak some more jQuery set results in the manipulation... |
blob | commitdiff | diff to current |
2010-08-26 |
John Resig | Tweak more element orders in the manipulation tests... |
blob | commitdiff | diff to current |
2010-08-26 |
John Resig | Tweaked manipulation test to ignore order of elements... |
blob | commitdiff | diff to current |
2010-07-28 |
jzaefferer | Replace usage of the removed global reset() method... |
blob | commitdiff | diff to current |
2010-03-05 |
jeresig | I take that back! It was a bug, but the cache had to... |
blob | commitdiff | diff to current |
2010-03-05 |
jeresig | Attempted to fix #6227, not entirely sure if it's a... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Adapt the nbsp entity test for Opera (output isn't... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Don't inject style elements using innerHTML as they... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Added some tests to test repeated injected of scripts... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Make sure that we don't try to use a detached node... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Make sure the fragment isn't used if it's not the same... |
blob | commitdiff | diff to current |
2010-02-06 |
jeresig | Make sure that &#...; entities are encoded properly... |
blob | commitdiff | diff to current |
2010-02-02 |
Neeraj Singh | Adding in some more replaceWith tests for #5917. |
blob | commitdiff | diff to current |
2010-02-02 |
Noah Sloan | Only detach the incoming elements to replaceWith if... |
blob | commitdiff | diff to current |
2010-02-02 |
jeresig | Fix for problem in IE 8 where deserialized (then reseri... |
blob | commitdiff | diff to current |
2010-01-26 |
jeresig | Make sure that the correct context is being passed... |
blob | commitdiff | diff to current |
2010-01-26 |
jeresig | Make work wrapInner(fn) work consistently. Fixes #5799. |
blob | commitdiff | diff to current |
2010-01-25 |
Michael Monteleone | Make sure that checked state is cloned properly. Based... |
blob | commitdiff | diff to current |
2010-01-25 |
jeresig | Cleaned up divs that should've been removed after a... |
blob | commitdiff | diff to current |
2010-01-25 |
John Resig | Make sure that XHTML-style HTML is purified in .html... |
blob | commitdiff | diff to current |
2010-01-24 |
jeresig | Expose cleanData, make sure that all bound event handle... |
blob | commitdiff | diff to current |
2010-01-14 |
Yehuda Katz | wrapAll(Function) doesn't actually make sense. That... |
blob | commitdiff | diff to current |
2010-01-13 |
jeresig | We only care that some of the html return value is... |
blob | commitdiff | diff to current |
2010-01-12 |
jeresig | Some more touching up of the replaceWith tests. |
blob | commitdiff | diff to current |
2010-01-11 |
jeresig | Did some reorganizing of the recently added replaceWith... |
blob | commitdiff | diff to current |
2010-01-11 |
jeresig | Make sure that wrapInner works on elements that have... |
blob | commitdiff | diff to current |
2010-01-11 |
jeresig | Final pass at fixing #5785. Need to make sure that... |
blob | commitdiff | diff to current |
2010-01-11 |
jeresig | Made some additional tests for #5785. |
blob | commitdiff | diff to current |
2010-01-11 |
jeresig | Make sure we use detach instead of remove in replaceWit... |
blob | commitdiff | diff to current |
2010-01-07 |
jeresig | Added manipulation tests for setter function args. |
blob | commitdiff | diff to current |
2010-01-07 |
jeresig | Added some .text(Function) tests. |
blob | commitdiff | diff to current |
2010-01-07 |
jeresig | Moved the val() tests from manipulation into attributes. |
blob | commitdiff | diff to current |
2009-12-22 |
jeresig | Make sure that the correct value is being pulled from... |
blob | commitdiff | diff to current |
2009-12-22 |
jeresig | Made sure that the .val() logic for setting radios... |
blob | commitdiff | diff to current |
2009-12-22 |
jeresig | Fixed the issue where getting an empty value was imposs... |
blob | commitdiff | diff to current |
2009-12-10 |
Yehuda Katz | Fix up whitespace and a couple of glitches. |
blob | commitdiff | diff to current |
2009-12-10 |
Yehuda Katz | Add function values to addClass, removeClass, toggleCla... |
blob | commitdiff | diff to current |
2009-12-09 |
John Resig | Made .clone(true) also copy over element data. Fixes... |
blob | commitdiff | diff to current |
2009-12-08 |
John Resig | Make sure that events are cloned for wrap, fixes #2977. |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Added in support for injecting area elements into map... |
blob | commitdiff | diff to current |
2009-12-06 |
Dave Methvin | Fix for #4011, crash when two text nodes are appended... |
blob | commitdiff | diff to current |
2009-12-05 |
jeresig | Make sure that the previous element is removed from... |
blob | commitdiff | diff to current |
2009-12-02 |
jeresig | Removed debug statements from manipulation tests, was... |
blob | commitdiff | diff to current |
2009-12-01 |
Yehuda Katz | Adding a test that a new option can be selected with... |
blob | commitdiff | diff to current |
2009-11-30 |
jeresig | Use .add() to merge two test groups together for .unwrap(). |
blob | commitdiff | diff to current |
2009-11-30 |
jeresig | Fixed wrap test that was looking for comment values... |
blob | commitdiff | diff to current |
2009-11-17 |
John Resig | Added support for .text() on text nodes. Fixes #5525. |
blob | commitdiff | diff to current |
2009-11-11 |
John Resig | Fixed the case where HTML that contained entities was... |
blob | commitdiff | diff to current |
2009-09-29 |
John Resig | Switched from using QUnit's isObj/isSet to the more... |
blob | commitdiff | diff to current |
2009-09-25 |
John Resig | Adding in .unwrap() support, thanks to Ben Alman! Fixes... |
blob | commitdiff | diff to current |
2009-09-25 |
John Resig | A follow-up to [6578] (which stopped adding expandos... |
blob | commitdiff | diff to current |
2009-09-15 |
Jörn Zaefferer | remove globals in tests for compability with ?noglobals... |
blob | commitdiff | diff to current |
2009-09-14 |
John Resig | Added support for .before(), .after(), and .replaceWith... |
blob | commitdiff | diff to current |
2009-09-14 |
Brandon Aaron | remove and detach unit tests were not cleaning up,... |
blob | commitdiff | diff to current |
2009-09-07 |
John Resig | Broke the logic for .clean() wrap out into a separate... |
blob | commitdiff | diff to current |
2009-07-21 |
Yehuda Katz | Adds detach() |
blob | commitdiff | diff to current |
2009-07-14 |
John Resig | We only support wrapping the first element around an... |
blob | commitdiff | diff to current |
2009-07-14 |
John Resig | Fixed wrapping of elements that hold text nodes. Thanks... |
blob | commitdiff | diff to current |
2009-07-12 |
Yehuda Katz | Add tests for replaceAll(fn) and wrap(fn) -- mark wrapA... |
blob | commitdiff | diff to current |
2009-07-12 |
Yehuda Katz | Support for .foo(Function) and testing. TODO: More... |
blob | commitdiff | diff to current |
2009-04-20 |
John Resig | Added explicit module names to the new unit tests. |
blob | commitdiff | diff to current |
2009-03-18 |
Brandon Aaron | breaking jquery out into smaller modules. added attribu... |
blob | commitdiff | diff to current |
|