Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $('#tblEmployees').on('click', 'input[type="checkbox"].checkbox', function () {
  2.  
  3. var tr = $(this).closest('tr');
  4.  
  5. var Table = getTasks('Here I will pass my value to get Table through Ajax');
  6.  
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement