index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
manipulation.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
jQuery.clone() check that destination child nodes are not null. Fixes #9587
rwldrn
2011-06-15
1
-2
/
+5
*
elem.getElementsByTagName calls the function in IE6/7. Fixes #9370.
timmywil
2011-05-25
1
-1
/
+1
*
Landing pull request 389. Null elements in clone to avoid memory leak in IE. ...
Scott Hughes
2011-05-25
1
-0
/
+2
*
Landing pull request 365. jQuery.buildFragment, ensure doc is a document; Fix...
Rick Waldron
2011-05-13
1
-3
/
+16
|
\
|
*
jQuery.buildFragment, ensure doc is a document; Includes comments; Adds unit ...
Rick Waldron
2011-04-30
1
-4
/
+17
*
|
Fixes #9221. Wraps openings of html comments and CDATA blocks found at the be...
jaubourg
2011-05-11
1
-2
/
+3
*
|
Fix problem with appending multiple string arguments in IE 6. Fixes #9072.
John Resig
2011-05-03
1
-4
/
+4
|
/
*
Landing pull request 332. Appending disconnected radio or checkbox inputs and...
timmywil
2011-04-21
1
-42
/
+71
*
IE9's support for SVG elements unfortunately does not extend to clearAttribut...
timmywil
2011-04-13
1
-2
/
+6
*
JSLint failed due to function created within for loop
timmywil
2011-04-12
1
-3
/
+6
*
Merge branch 'master' of https://github.com/rjgotten/jquery into rjgotten-mas...
John Resig
2011-04-12
1
-1
/
+6
|
\
|
*
Check against the type attribute of script elements retrieved through getElem...
rjgotten
2010-10-17
1
-16
/
+18
*
|
- Added a hook to swap display none for width and height in browsers that do ...
timmywil
2011-04-03
1
-1
/
+2
*
|
Make the new attr/prop changes pass the test suite (in Webkit). There are st...
timmywil
2011-04-03
1
-1
/
+1
*
|
removing parens
Jordan Boesch
2011-03-14
1
-1
/
+1
*
|
bug 6158; fixing replaceWith from throwing errors on non existant elements
Jordan Boesch
2011-03-05
1
-4
/
+3
*
|
bug 6158; fixing replaceWith from throwing errors on empty elements
Jordan Boesch
2011-03-05
1
-0
/
+3
*
|
Make a new jQuery.support.noCloneChecked - splitting apart the previous featu...
jeresig
2011-02-23
1
-12
/
+22
*
|
Make sure .clone(true) correctly clones namespaced events. Fixes #4537.
Anton M
2011-02-10
1
-1
/
+1
*
|
Fix some whitespace issues. Improve and correct an events test.
Anton M
2011-02-10
1
-4
/
+4
*
|
Fixes #8098. Use the fast document.head when available. Don't set unneeded "s...
Mathias Bynens
2011-02-02
1
-1
/
+1
*
|
Fixes #8129. Fix cloning multiple selected options in IE8.
rwldrn
2011-02-02
1
-2
/
+2
*
|
The default for .clone() is to not clone any events. Fixes #8123.
jeresig
2011-02-01
1
-1
/
+1
*
|
Use the original element/fragment as the last item to be appended to the docu...
Colin Snover
2011-01-28
1
-6
/
+13
*
|
Merge branch '8017lint' of https://github.com/rwldrn/jquery into 8017lint
rwldrn
2011-01-22
1
-3
/
+4
*
|
Cleaned up; fixes per review
rwldrn
2011-01-20
1
-9
/
+11
*
|
cloneCopyEvent; jQuery.clone() review
rwldrn
2011-01-20
1
-63
/
+71
*
|
Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...
Colin Snover
2011-01-17
1
-13
/
+20
|
\
\
|
*
|
Fix domManip leaks the first element when appending elements to multiple othe...
Colin Snover
2011-01-09
1
-1
/
+1
|
*
|
Change the way jQuery.data works so that there is no longer a chance of colli...
Colin Snover
2011-01-09
1
-14
/
+21
*
|
|
Ensure that buildFragment clones elements properly in all browsers. Fixes #38...
Colin Snover
2011-01-09
1
-4
/
+18
*
|
|
Ensure that the DOM element ref in an event handler is removed by cleanData t...
Dave Methvin
2011-01-09
1
-0
/
+5
|
/
/
*
|
Don't cache non-html strings in buildFragment to avoid possible collision wit...
Dave Methvin
2010-12-27
1
-2
/
+2
*
|
Don't use for-in loops on Arrays. Fixes #7817. Thanks to dmethvin.
Colin Snover
2010-12-22
1
-2
/
+2
|
\
\
|
*
|
Use a for loop rather than for/in loop when copying events, so that code will...
Dave Methvin
2010-12-20
1
-5
/
+5
*
|
|
Remove code for ticket #7717 which has been marked WONTFIX to match existing ...
Colin Snover
2010-12-22
1
-1
/
+1
*
|
|
Fix a potential error in the previous commit caused by the use of a separate ...
Colin Snover
2010-12-22
1
-5
/
+9
*
|
|
Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing the...
Colin Snover
2010-12-19
1
-2
/
+2
|
/
/
*
|
Address some code style issues in the clone fix.
Colin Snover
2010-12-16
1
-4
/
+2
*
|
More specific version numbers.
Colin Snover
2010-12-12
1
-2
/
+2
*
|
Speed up & compatibility improvements for new clone mechanism in IE.
Colin Snover
2010-12-12
1
-20
/
+52
*
|
Merge branch 'bug5566' into csnover-bug5566. Fixes #4386, #5566, #6997.
Colin Snover
2010-12-12
1
-43
/
+46
|
\
\
|
*
|
Fix the clone method to be a little less insane in IE, which fixes the new ev...
Colin Snover
2010-12-12
1
-25
/
+31
*
|
|
Backing out cec68e2b00d86357c18b576cbaed52cc1ea42a74, was causing serialize t...
jeresig
2010-12-09
1
-16
/
+16
*
|
|
Merge branch 'bug5566' of https://github.com/csnover/jquery into csnover-bug5566
jeresig
2010-12-09
1
-16
/
+16
|
\
|
|
|
*
|
Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cl...
Colin Snover
2010-12-06
1
-1
/
+1
|
*
|
Clean up empty lines with whitespace in manipulation.js
Colin Snover
2010-12-06
1
-15
/
+15
*
|
|
Make sure IE clones body elements correctly. Fixes 4386.
Anton M
2010-11-21
1
-1
/
+4
|
/
/
*
|
Make sure that when multiple variables are being declared that assignments ar...
John Resig
2010-11-09
1
-10
/
+21
*
|
We don't do end of line comments, move them above.
John Resig
2010-11-09
1
-1
/
+2
|
/
[next]