comment obtenir un identifiant de l'élément parent dans jQuery
$(this).parent().attr('id');
Stupid Skipper
$(this).parent().attr('id');