Advertisement
zero-kun

Untitled

Jul 13th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.12 KB | None | 0 0
  1. $(".btndelete").click(function(){
  2.             kode = $(this).attr("id");
  3.             alert("hapus item: "+kode);
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement