Guest User

Untitled

a guest
Sep 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.13 KB | None | 0 0
  1. success: function (data) {
  2.    $('#table').html(data);
  3.    $('.selectable').click(function () {
  4.         alert('working');
  5.    });
  6. }
Add Comment
Please, Sign In to add comment