Guest User

Untitled

a guest
May 28th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $(document).on('click', '#recieve_btn', function() {
  2. if (confirm('Are you sure?')) {
  3. $('#frm-list').trigger('submit');
  4. } else {
  5. return false;
  6. }
  7. });
Add Comment
Please, Sign In to add comment