index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
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
*
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
*
Make sure that the contents of the element is still in place when html(Functi...
John Resig
2010-09-28
1
-4
/
+2
*
Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/...
jeresig
2010-09-22
1
-11
/
+6
*
Make sure that the removeEvent and buildFragment private functions are expose...
jeresig
2010-09-08
1
-4
/
+4
*
Make sure that jQuery works even when the individual modules are loaded separ...
jeresig
2010-09-08
1
-1
/
+5
*
Made it so that you no longer need to build jQuery in order to run the test s...
jeresig
2010-03-23
1
-0
/
+16
*
Make sure that special remove and teardown events get called when .die() is u...
jeresig
2010-03-09
1
-1
/
+1
*
No need to use .call() anymore since we switched from .apply() for appendTo, ...
jeresig
2010-03-05
1
-1
/
+1
*
Attempted to fix #6227, not entirely sure if it's a problem as I'm having a h...
jeresig
2010-03-05
1
-1
/
+1
*
Make sure that we don't try to remove data from an applet. Re-Fixes #1675.
jeresig
2010-03-02
1
-0
/
+4
*
More changes to get jQuery in line with JSLint.
jeresig
2010-03-01
1
-8
/
+8
*
Land some additional tweaks related to running through JSLint.
jeresig
2010-03-01
1
-1
/
+1
*
Found a better detect for deleting an expando, added back in removeAttribute ...
jeresig
2010-02-13
1
-1
/
+4
*
Clean up expando removal code - only try to delete the expando from an elemen...
jeresig
2010-02-13
1
-2
/
+6
*
Make sure that elements that have been removed also have their special events...
jeresig
2010-02-13
1
-3
/
+8
*
Don't inject style elements using innerHTML as they will go away in IE. Fixes...
jeresig
2010-02-13
1
-1
/
+1
*
Make sure that we don't try to use a detached node (that was in a fragment) a...
jeresig
2010-02-13
1
-1
/
+1
*
Make sure the fragment isn't used if it's not the same set we're working with...
jeresig
2010-02-13
1
-5
/
+9
*
Rename internal .getText to maintain parity between it and the primary .text(...
jeresig
2010-02-13
1
-1
/
+1
*
Make sure that fragments containing options aren't cached.
jeresig
2010-02-13
1
-1
/
+1
*
Make sure that &#...; entities are encoded properly. Fixes #6042.
jeresig
2010-02-05
1
-1
/
+1
*
Removed extraneous nodeName check from f95147f465932cb91e1a6aace50c556820ca40...
jeresig
2010-02-01
1
-1
/
+1
*
Only detach the incoming elements to replaceWith if they're DOM nodes. Fixes ...
Noah Sloan
2010-02-01
1
-4
/
+5
*
Fix for problem in IE 8 where deserialized (then reserialized) form markup wa...
jeresig
2010-02-01
1
-1
/
+3
*
Same problem happens with plain embed elements as well. Follow-up fix to #5904.
jeresig
2010-02-01
1
-4
/
+4
*
Make sure that injection of object elements continues to work in IE 6. Really...
jeresig
2010-02-01
1
-2
/
+4
*
Make sure fragment caching is only happening on nodes in the main document. F...
jeresig
2010-01-29
1
-4
/
+8
*
Skip around inserting a fragment when possible (insert the node directly).
jeresig
2010-01-28
1
-7
/
+13
*
Optimize for the case where a fragment-bound element is being injected into o...
jeresig
2010-01-28
1
-11
/
+18
*
Further optimize the empty/remove/cleanData logic.
jeresig
2010-01-28
1
-35
/
+52
*
Make sure that the correct context is being passed in for replaceWith(fn). Fi...
jeresig
2010-01-25
1
-0
/
+6
[next]