Search code examples
htmlanythingslider

Removing the extra part attached to the URL


I am updating a website, and I used a plugin and it seems now the url has additional part: "#&panel1-1". Is there a way to remove this hash part?

The url of my website is:

http://www.auburn.edu/student_info/nsa/index.html#&panel1-1

I want to change that url to

http://www.auburn.edu/student_info/nsa/index.html

Thank you so much.


Solution

  • According to the demo page for the plugin you can get rid of the hash in the URL by initializing it with:

    $('#slider').anythingSlider({{hashTags: false});