Advertisement
krot

jquery ("body").on("click"),'.del'

Mar 15th, 2016
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.08 KB | None | 0 0
  1. $("body").on("click", ".del", function () {
  2. $(this).parent().parent().remove();
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement