Welcome Guest, Not a member yet? Register   Sign In
how to disable button when images are loaded?
#1

I want to disable my upload button.once images uploaded cannot be reload the images.

Button
******
 <td class="text-center"> 
              <button class="btn btn-sm btn-danger deleteUser" data-toggle="modal" data-target="#myModal" onclick="edit_book(<?php echo $row['markid'];?>)"><i class="fa fa-upload"></i></button>

</td>

Image 
*******

<td>
<img src="<?php echo base_url()."assets/images/".$row['file_name'] ?>" alt="" class="img-thumbnail" width="100%" height="50px"/>
</td>
Reply


Messages In This Thread
how to disable button when images are loaded? - by kvanaraj - 09-05-2018, 02:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB