Skip to content

Instantly share code, notes, and snippets.

@mrofi
Created January 2, 2015 14:22
Show Gist options
  • Save mrofi/51a38093c6682f73684f to your computer and use it in GitHub Desktop.
Save mrofi/51a38093c6682f73684f to your computer and use it in GitHub Desktop.
Modal Delete Hidden Event
$('#modal-hapus').on('hidden.bs.modal', function() {
$(this).find('#nama-user').html('user');
$(this).find('.alert').addClass('hide');
$(this).find('.global-error').html('');
$(this).find('.icon-spinner').addClass('hide');
loadData();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment