I made this script, my mistake here is that I need to make images and its action in a table but here the image with its header also repeated
$(document).on('change', '#WithEvents', function () {
var fileReader = new FileReader();
fileReader.onload = function (e) {
$('.divImages').prepend('
');
| image | action |
|---|---|
}
fileReader.readAsDataURL($(this)[0].files[0]);
});
Vincent Maverick DuranoPosted Jul 4, 2018, 7:44 AM
malak laghozPosted Jul 4, 2018, 5:14 AM
Manav PandyaPosted Jul 4, 2018, 5:04 AM
malak laghozPosted Jul 4, 2018, 4:50 AM
Vincent Maverick DuranoPosted Jul 3, 2018, 11:04 PM