I want to parse the #!/ url fragment with Javascript/jQuery, like…
http://www.mydomain.com/#!/home
will load
http://www.mydomain.com/home
Thanks!
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.
However, this is a redirect, which somewhat defeats the purpose of
#!in the first place.That said, replace
location.hrefwith a local variable and you can use it to make an AJAX call, like you’re supposed to if you’re using that construct.