Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $(document).on("click",".btn-keluarga-hapus",function(e){
  2. if(confirm("Yakin data akan dihapus ?")){
  3. $(e.target).parent().parent().remove();
  4. }
  5.  
  6. return false;
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement