Jquery dialog unable to remove divs after close
I have a JQuery dialog which takes input from TextArea and responds back from Ajax request and response
I added the request and responses back to form using a div with images. But problem is with the removing of divs after dialog close. I have used remove methods, still it did not work.