jQuery - Image management
- by kape123
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....