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