Advertisement
fadlyshafa

Untitled

Sep 11th, 2019
675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.24 KB | None | 0 0
  1. // btn hapus di klik
  2.         $('body').on('click','.btn-hapus',function(e){
  3.             e.preventDefault();
  4.             var url = $(this).attr('href');
  5.             $('#modal-hapus').find('form').attr('action',url);
  6.             $('#modal-hapus').modal();
  7.         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement