]> source.dussan.org Git - jquery.git/commit
Manipulation: Support $el.html(selfRemovingScript) (#5378)
authorRichard Gibson <richard.gibson@gmail.com>
Mon, 8 Jan 2024 17:30:39 +0000 (12:30 -0500)
committerGitHub <noreply@github.com>
Mon, 8 Jan 2024 17:30:39 +0000 (18:30 +0100)
commit937923d9ee8dfd19008447b5059cbd13ee5a23ac
tree07f1aaa7840258ddf6b87ed8506f52adadec9525
parente8b7db4b0f1e1b8e08578641b30a92b955ccc4ec
Manipulation: Support $el.html(selfRemovingScript) (#5378)

Don't try to remove a script element that has already removed itself.

Also, compress `DOMEval.js`.

Fixes gh-5377
Closes gh-5378
src/core/DOMEval.js
test/unit/manipulation.js