how to find element in html using jquery by id code example
Example: get the id of a div in jquery
var rid = $(this).attr('id'); //for dynamically created elements
var rid = $(this).attr('id'); //for dynamically created elements