Guest User

Untitled

a guest
Jul 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $("#delfdbk").dialog({
  2. title: 'Delete Record Confirmation',
  3. buttons:
  4. {
  5. "Cancel": function() { $(this).dialog('close'); },
  6. "Ok": function() { $(this).dialog('close'); delfeedback(); }
  7. },
  8. width: 400
  9. });
  10. $('#delfdbk').eq(1).focus();
Add Comment
Please, Sign In to add comment