treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Hiding Panels in URL with AnythingSlider

  • I have successfully implemented anything slider into my site but i really find the #&panel1-1 etc.. very unattractive. Any tips?

  • Simply add a property called hashTags into your setup code like the below example and it will turn this feature off.

    $('#mySlider').anythingSlider({hashTags : false});
    
  • Hi. Thanks for the help. Final Code will be like this

    $(function(){ $('#slider').anythingSlider({hashTags : false}); $('#slider').anythingSlider(); });",'inline');

    Cheers