Answers for "how to give id and class in jquery"

3

add id jquery

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

how to add id in jquery

var pdiv = $( "p" );
pdiv.add( "div" ); // WRONG, pdiv will not change
Posted by: Guest on October-09-2020

Code answers related to "how to give id and class in jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language