Answers for "div id value jquery"

2

jquery get id value

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

get the id of a div in jquery

var rid = $(this).attr('id');	//for dynamically created elements
Posted by: Guest on June-26-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language