Is there any way using which when a user opens a url http://www.website.com/page/#delete-page
and if that page has a twitter bootstrap modal with same id delete-page
it should open instantly.
So in theory the user opens the url, The page loads and after its successfully loaded the modal opens (i..e if it exists if not then nothing happens)
What do you need?
Once you have the hash, simple get the element with the id selector of the hash and then:
$(hash).modal('show')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With