Answers for "how to get the value of an id name in jquery"

2

jquery get id value

var myId = $(this).attr('id');
alert( myId );
Posted by: Guest on March-26-2020

Code answers related to "how to get the value of an id name in jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language