Answers for "jquery add value to div id"

0

how to add id in jquery

$( "li" ).add( "<p id='new'>new paragraph</p>" )
  .css( "background-color", "red" );
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 "Javascript"

Browse Popular Code Answers by Language