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.
hashTags
$('#mySlider').anythingSlider({hashTags : false});
Hi. Thanks for the help. Final Code will be like this
$(function(){ $('#slider').anythingSlider({hashTags : false}); $('#slider').anythingSlider(); });",'inline');
Cheers
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
hashTagsinto your setup code like the below example and it will turn this feature off.Hi. Thanks for the help. Final Code will be like this
$(function(){ $('#slider').anythingSlider({hashTags : false}); $('#slider').anythingSlider(); });",'inline');
Cheers