aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use for-in loops on Arrays. Fixes #7817. Thanks to dmethvin.Colin Snover2010-12-221-2/+2
|\
| * Use a for loop rather than for/in loop when copying events, so that code will...Dave Methvin2010-12-201-5/+5
* | Remove code for ticket #7717 which has been marked WONTFIX to match existing ...Colin Snover2010-12-221-1/+1
* | Fix a potential error in the previous commit caused by the use of a separate ...Colin Snover2010-12-221-5/+9
* | Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing the...Colin Snover2010-12-191-2/+2
|/
* Address some code style issues in the clone fix.Colin Snover2010-12-161-4/+2
* More specific version numbers.Colin Snover2010-12-121-2/+2
* Speed up & compatibility improvements for new clone mechanism in IE.Colin Snover2010-12-121-20/+52
* Merge branch 'bug5566' into csnover-bug5566. Fixes #4386, #5566, #6997.Colin Snover2010-12-121-43/+46
|\
| * Fix the clone method to be a little less insane in IE, which fixes the new ev...Colin Snover2010-12-121-25/+31
* | Backing out cec68e2b00d86357c18b576cbaed52cc1ea42a74, was causing serialize t...jeresig2010-12-091-16/+16
* | Merge branch 'bug5566' of https://github.com/csnover/jquery into csnover-bug5566jeresig2010-12-091-16/+16
|\|
| * Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cl...Colin Snover2010-12-061-1/+1
| * Clean up empty lines with whitespace in manipulation.jsColin Snover2010-12-061-15/+15
* | Make sure IE clones body elements correctly. Fixes 4386.Anton M2010-11-211-1/+4
|/
* Make sure that when multiple variables are being declared that assignments ar...John Resig2010-11-091-10/+21
* We don't do end of line comments, move them above.John Resig2010-11-091-1/+2
* Make sure that the contents of the element is still in place when html(Functi...John Resig2010-09-281-4/+2
* Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/...jeresig2010-09-221-11/+6
* Make sure that the removeEvent and buildFragment private functions are expose...jeresig2010-09-081-4/+4
* Make sure that jQuery works even when the individual modules are loaded separ...jeresig2010-09-081-1/+5
* Made it so that you no longer need to build jQuery in order to run the test s...jeresig2010-03-231-0/+16
* Make sure that special remove and teardown events get called when .die() is u...jeresig2010-03-091-1/+1
* No need to use .call() anymore since we switched from .apply() for appendTo, ...jeresig2010-03-051-1/+1
* Attempted to fix #6227, not entirely sure if it's a problem as I'm having a h...jeresig2010-03-051-1/+1
* Make sure that we don't try to remove data from an applet. Re-Fixes #1675.jeresig2010-03-021-0/+4
* More changes to get jQuery in line with JSLint.jeresig2010-03-011-8/+8
* Land some additional tweaks related to running through JSLint.jeresig2010-03-011-1/+1
* Found a better detect for deleting an expando, added back in removeAttribute ...jeresig2010-02-131-1/+4
* Clean up expando removal code - only try to delete the expando from an elemen...jeresig2010-02-131-2/+6
* Make sure that elements that have been removed also have their special events...jeresig2010-02-131-3/+8