Answers for "remove attribute input jquery"

17

remove attribute jquery

$("button").click(() => {
  $("div").removeAttr("id"); // <div id='12' class='nice'></div> --> <div class='nice'></div>
});
Posted by: Guest on March-23-2020

Code answers related to "remove attribute input jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language