Im sorry for this probably dumm question, but I want to simply open modals with # in the url. So if i call http://www.domain.com/#modal1 it will open the page with the modal poped-up already.
Oh Im using jquery.
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Many application frameworks (I’m partial to backbone) use some kind of router to accomplish this, but you could fake your own by checking
window.hashand running an appropriate function: