Answers for "how to remove link in image in jquery"

0

how to remove link in image in jquery

$("a:has(img)").each(function() { $(this).replaceWith($(this).children()); })
Posted by: Guest on June-22-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language