Guest User

vipok

a guest
Oct 28th, 2019
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <td><a href="http://soart.na.stronazen.pl/admin-list-edit?id=1"><i class="fas fa-edit"></i></a><a style="margin-left: 10px;" class="delete" href="http://soart.na.stronazen.pl/admin-list?delete=1"><i class="fas fa-trash"></i></a></td>
  2.  
  3. <script>
  4. $(document).ready(function(){
  5. $("a.delete").click(function(e){
  6. console.log('aaa');
  7. if(!confirm('Are you sure?')){
  8. e.preventDefault();
  9. return false;
  10. }
  11. return true;
  12. });
  13. });
  14. </script>
Advertisement
Add Comment
Please, Sign In to add comment