Как получить идентификатор родительского элемента в jQuery
$(this).parent().attr('id');
Stupid Skipper
$(this).parent().attr('id');