Skip to content

Instantly share code, notes, and snippets.

@isarojdahal
Last active October 21, 2021 16:16
Show Gist options
  • Save isarojdahal/8f24cb75cea065e26f53830bdaadf757 to your computer and use it in GitHub Desktop.
Save isarojdahal/8f24cb75cea065e26f53830bdaadf757 to your computer and use it in GitHub Desktop.
//shows model when document is loaded
$( document ).ready(function() {
setInterval(3000,showModel);
});
function showModel(){
$("#myModel").show();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment