$(".content img").click(function () { $(".content img").toggleClass('imagehover'); $(this).toggleClass('imagehover').fadeOut(100).fad eIn(50).fadeOut(50).fadeIn(500); });