javascript - Add delete botton image from gallery js -


i want add x delete image gallery users. search , see code :link code

he add delete span when user hover @ image, want same process when click "delete" or icon form:

<form class='form-horizontal' role='form' method='post' action='/servicegallery.php'> <button class='bot-ico' type='submit' value='" . $images['id'] ."' name='imageid'><img src='/images/trash-ico.png'> </button>    <input type='hidden' name='mill_act' value='gallery_action_delete' /> </form>"; 

can me ?


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -