Skip to content

Instantly share code, notes, and snippets.

@stormsson
Last active December 19, 2015 12:29
Show Gist options
  • Save stormsson/5955610 to your computer and use it in GitHub Desktop.
Save stormsson/5955610 to your computer and use it in GitHub Desktop.
JS - Refresh Bootstrap Modalbox
jQuery(function()
{
jQuery('body').on('hidden', '.modal', function () {
jQuery(this).removeData('modal');
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment