Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I get rid of "#&panel1-1" added at the end of the page link? #362

Closed
girlscancode opened this issue May 30, 2012 · 3 comments
Closed

Comments

@girlscancode
Copy link

Hi Guys,

First I want to tell you what a great script this is, it really helps me in my work. My question is if I can get rid of the "#&panel1-1" piece that is being added at the end of each link of a page that contains this slider - like it's being added in your demo: http://proloser.github.com/AnythingSlider/#&panel1-1

Thank you very much!
Best,
Gabriela

@foiseworth
Copy link

Hi Girlscancode,

This can be removed by using the following option:

hashTags : false

So your init code would be:

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

More options can be found here:

https://github.com/ProLoser/AnythingSlider/wiki/Setup

@girlscancode
Copy link
Author

THAT WAS IT!!! Thanks so much Foiseworth, you made my day :D

@Saratmuddu
Copy link

Thank you Foiseworth..you saved my time....:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants