Is there a jQuery plug-in / JavaScript control that will allow me to display array of images, but with (at least) option to delete image on certain user action.
Something like this: http://www.gmarwaha.com/jquery/jcarousellite/index.php but with dedicated delete button on every image.
First extra option that I can think of is to rearrange order of images.
If not… I guess I’ll start extending mentioned jcarousellite myself….
You could just add a click event to each image and some jQuery to remove the image from the list. There is no need to write a separate plugin. Syntax below might be wrong. I am writing this on my phone so no way to check. But you get the picture (sic).