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