Guest User

Untitled

a guest
Jul 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 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. focus: function(){
  10. $(this).find('button:eq(1)').focus();
  11. }
  12. });
Add Comment
Please, Sign In to add comment