Skip to content

Instantly share code, notes, and snippets.

@lboullo0
Last active April 18, 2018 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lboullo0/edda2117b3d032c2c1a2 to your computer and use it in GitHub Desktop.
Save lboullo0/edda2117b3d032c2c1a2 to your computer and use it in GitHub Desktop.
Para que un modal de Bootstrap actualice el contenido de una llamada ajax. Reload modal content on Bootstrap after ajax call
$('body').on('hidden.bs.modal', '.modal', function () {
$(this).removeData('bs.modal');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment