Skip to content

Instantly share code, notes, and snippets.

@mudassaralichouhan
Created October 31, 2022 12:04
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 mudassaralichouhan/7b795cde02c8d6a511e7b95d8fb7f9c1 to your computer and use it in GitHub Desktop.
Save mudassaralichouhan/7b795cde02c8d6a511e7b95d8fb7f9c1 to your computer and use it in GitHub Desktop.
Dom is ready
window.addEventListener("DOMContentLoaded", () => {
// DOM ready! Images, frames, and other subresources are still downloading.
var myModal = new bootstrap.Modal(document.getElementById('exampleModal'))
myModal.toggle()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment