$('li').click(function(){ var li_id=$(this).attr('id'); $(this).parent().each(function(){ var current_li = $(this); });//end each });//end click