Hello,
I have a image gallery inside a <div> which contains 10 photos. How can i delete them using ajax? I want one cross sign to appear at the top right corner of each photo and when user clicks on it, the image should get deleted. And the whole <div> should get refreshed. I do know working with jquery ajax. But is there any plugin available in Jquery that can this visually appealing?
Thanks in advance :)