Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Hiding Panels in URL with AnythingSlider

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #40693
    matt_sanford
    Participant

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

    #113763
    SgtLegend
    Member

    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});

    #115195
    Ata
    Participant

    Hi. Thanks for the help. Final Code will be like this

    $(function(){
    $(‘#slider’).anythingSlider({hashTags : false});
    $(‘#slider’).anythingSlider();
    });”,’inline’);

    Cheers

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.