aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* Fix #5571. Setters should treat `undefined` as a no-op and be chainable.Richard Gibson2011-12-061-47/+39
* Fix #10812, let .before() and .after() work on empty collections.Dave Methvin2011-11-171-2/+2
* Refactor clone a bit to only create one clone on any given codepathtimmywil2011-11-081-6/+4
* Remove test of the invalid object for IE9's sake; Rewrite the appropriate sup...timmywil2011-11-081-1/+1
|\
| * Fixes jQuery.fragments cache and adds tests. Fixes #10682Rick Waldron2011-11-051-1/+1
* | Fix busted rnoshimcache. Correctly clone detached unknown elems. Fixes #10667...Rick Waldron2011-11-071-11/+24
* | Fix #10177. Pass correct index to function-parameter of `.wrap`Toby Brain2011-11-061-2/+4
|/
* Cleanup spacing in manipulation.js. Fixes #10601Rick Waldron2011-10-271-4/+4
* Fixes gross indents.Rick Waldron2011-10-241-6/+6
* Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown el...timmywil2011-10-231-13/+17
* Do not call getElements on a script tag. Avoids unnecessary execution. Fixes ...timmywil2011-10-121-4/+6
* Move createSafeFragment to the top to satisfy linttimmywil2011-09-281-17/+17
* Fixes a fail in unit/traversing. Use an iframe's document for creating the ht...timmywil2011-09-281-17/+25
* Allow more cases to use `innerHTML` in the `.html` method.Dave Methvin2011-09-211-1/+2
|\
| * #6782 - optimized regex to allow more html snippets to user innerHTMLcmcnulty2011-02-251-1/+2
* | Landing pull request 490. 1.7 HTML5 Support for innerHTML, clone & style. Fix...Rick Waldron2011-09-191-1/+20
* | Landing pull request 500. 1.7 - "public data" stored as a key on "internal da...Corey Frang2011-09-191-20/+21
* | jQuery.clone() check that destination child nodes are not null. Fixes #9587rwldrn2011-06-151-2/+5
* | elem.getElementsByTagName calls the function in IE6/7. Fixes #9370.timmywil2011-05-251-1/+1
* | Landing pull request 389. Null elements in clone to avoid memory leak in IE. ...Scott Hughes2011-05-251-0/+2
* | Landing pull request 365. jQuery.buildFragment, ensure doc is a document; Fix...Rick Waldron2011-05-131-3/+16
|\ \
| * | jQuery.buildFragment, ensure doc is a document; Includes comments; Adds unit ...Rick Waldron2011-04-301-4/+17
* | | Fixes #9221. Wraps openings of html comments and CDATA blocks found at the be...jaubourg2011-05-111-2/+3
* | | Fix problem with appending multiple string arguments in IE 6. Fixes #9072.John Resig2011-05-031-4/+4
|/ /
* | Landing pull request 332. Appending disconnected radio or checkbox inputs and...timmywil2011-04-211-42/+71
* | IE9's support for SVG elements unfortunately does not extend to clearAttribut...timmywil2011-04-131-2/+6
* | JSLint failed due to function created within for looptimmywil2011-04-121-3/+6
* | Merge branch 'master' of https://github.com/rjgotten/jquery into rjgotten-mas...John Resig2011-04-121-1/+6
|\ \
| * | Check against the type attribute of script elements retrieved through getElem...rjgotten2010-10-171-16/+18
* | | - Added a hook to swap display none for width and height in browsers that do ...timmywil2011-04-031-1/+2
* | | Make the new attr/prop changes pass the test suite (in Webkit). There are st...timmywil2011-04-031-1/+1
* | | removing parensJordan Boesch2011-03-141-1/+1
* | | bug 6158; fixing replaceWith from throwing errors on non existant elementsJordan Boesch2011-03-051-4/+3
* | | bug 6158; fixing replaceWith from throwing errors on empty elementsJordan Boesch2011-03-051-0/+3
| |/ |/|
* | Make a new jQuery.support.noCloneChecked - splitting apart the previous featu...jeresig2011-02-231-12/+22
* | Make sure .clone(true) correctly clones namespaced events. Fixes #4537.Anton M2011-02-101-1/+1
* | Fix some whitespace issues. Improve and correct an events test.Anton M2011-02-101-4/+4
* | Fixes #8098. Use the fast document.head when available. Don't set unneeded "s...Mathias Bynens2011-02-021-1/+1
* | Fixes #8129. Fix cloning multiple selected options in IE8.rwldrn2011-02-021-2/+2
* | The default for .clone() is to not clone any events. Fixes #8123.jeresig2011-02-011-1/+1
* | Use the original element/fragment as the last item to be appended to the docu...Colin Snover2011-01-281-6/+13
* | Merge branch '8017lint' of https://github.com/rwldrn/jquery into 8017lintrwldrn2011-01-221-3/+4
* | Cleaned up; fixes per reviewrwldrn2011-01-201-9/+11
* | cloneCopyEvent; jQuery.clone() reviewrwldrn2011-01-201-63/+71
* | Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...Colin Snover2011-01-171-13/+20
|\ \
| * | Fix domManip leaks the first element when appending elements to multiple othe...Colin Snover2011-01-091-1/+1
| * | Change the way jQuery.data works so that there is no longer a chance of colli...Colin Snover2011-01-091-14/+21
* | | Ensure that buildFragment clones elements properly in all browsers. Fixes #38...Colin Snover2011-01-091-4/+18
* | | Ensure that the DOM element ref in an event handler is removed by cleanData t...Dave Methvin2011-01-091-0/+5
|/ /
* | Don't cache non-html strings in buildFragment to avoid possible collision wit...Dave Methvin2010-12-271-2/+2