I want to create a navigation of text but rather than using serverside i want to use jquery and just write out the content once.
see sample image ….
The nav bars will be the arrows at the bottom. If you get to the end turn the arrow to white or if you’re starting make the left arrow white.
Any help will be appreciated
Your jQuery solution will depend on how you want the navigation to work. Do you want to replace the text? Do you want to scroll between items? There isn’t much to work with here…
But, to get you started here is a “duck-tape” way of doing it… (Note: This is a not-pretty ‘getting started’ way of doing it, so plan to research better solutions down the line.)
And then reverse it for the left.
Again, this is a painfully simple and clumsy way of doing it, but maybe it will get you started…