i am using the jQuery BBQ plugin, and I cant seem to show the url the way it’s supposed to look. It comes like this, /#url=photographs.php%3F1 were it’s supposed to be /#url=photographs.php?1
Ideas?
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.
This is called URL encoding which jQuery.bbq.pushState(state) does for you.
In your example, ?1 equals %3F1. You can see this by using a online URL encode/decode tool.
If you don’t want this, try adding a hash symbol to your argument: