HosipLan

Untitled

Nov 6th, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $("a.remove").click(function(e) {
  2.         e.preventDefault();
  3.         bootbox.confirm("Really delete?", $.proxy(function(confirmed) {
  4.             if (confirmed) $(this).netteAjax(e);
  5.         }, this));
  6.     });
Advertisement
Add Comment
Please, Sign In to add comment