I\'m trying to change the alt of the image, I\'m clicking by selecting the image\'s class (add_answer)
add_answer
Note:
This should work:
$(this).parent("div").find(".add_answer").attr("alt", count);