Advertisement
fadlyshafa

Untitled

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