Forums

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

Home Forums JavaScript anythingslider: Hashtags as panel name Re: anythingslider: Hashtags as panel name

#64639
DerekM
Member

I’ve narrowed it down to line 483 in anythingslider.js

window.location.hash = (h.indexOf(s) > 0) ? h.replace(base.regex, s + n) : h + "&" + s + n;

What I need to do now is figure out how to strip the individual values from

base.options.navigationFormatter

(which can be found at around line 240) and then apply those particular single values to the above code to match the navigation tabs text.

I’m still learning jquery but I think I’m on the right track. Anyone else have input or is this a bit more difficult than I’m thinking?