Skip to content

Instantly share code, notes, and snippets.

@pykotechguy
Created June 3, 2014 11:33
Show Gist options
  • Save pykotechguy/b1d222e5176704e36c2b to your computer and use it in GitHub Desktop.
Save pykotechguy/b1d222e5176704e36c2b to your computer and use it in GitHub Desktop.
Function hide modal by #id
function hideModal(modalId) {
document.getElementById(modalId).innerHTML = ""; //('slow');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment