I\'m trying to change the alt of the image, I\'m clicking by selecting the image\'s class (add_answer)
add_answer
Note:
you can use the parent div as the scope:
$('.add_answer',$(this).parent('div:first')).attr('alt',count);