Answers for "how to assign new id to a tag in jquery"

3

add id jquery

$('element').attr('id', 'value');
Posted by: Guest on July-24-2020
-1

how to add id in jquery

<ul>
  <li>list item 1</li>
  <li>list item 2</li>
  <li>list item 3</li>
</ul>
<p>a paragraph</p>
Posted by: Guest on October-09-2020
-1

how to add id in jquery

<div class="container">
  <div class="inner">Hello</div>
  <div class="inner">Goodbye</div>
  <h2>Greetings</h2>
</div>
Posted by: Guest on October-09-2020

Code answers related to "how to assign new id to a tag in jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language