Advertisement
Guest User

Untitled

a guest
Aug 1st, 2018
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AIMMS 0.20 KB | None | 0 0
  1.         // Document.ready -> link up remove event handler
  2.         $(".RemoveLink").click(function () {
  3.             // Get the id from the link
  4.             var recordToDelete = $(this).attr("data-id");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement