Skip to content

Instantly share code, notes, and snippets.

@slav123
Created October 16, 2012 05:42
Show Gist options
  • Save slav123/3897386 to your computer and use it in GitHub Desktop.
Save slav123/3897386 to your computer and use it in GitHub Desktop.
twitter bootstrap modal remote fix
$('body').on('hidden', '.modal', function () {
$(this).removeData('modal');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment