i am clicking on an image and then displaying some message but after click on the ok on alert i want my image to change i am using mvc structure and html is in angular js
i tried like this
alert(response);
$('.Opaque_commentWindow_add').addClass('hide');
$(event.target).closest('.contDivs').find('.commentImage').addClass('.display');
1.first alert
2.second click on ok the overlay window gets closed
3.but third line doesnt works for changing the image on which clicked