I am trying to implement a new jquery scroller for some navigation in my site and am running into some problems. I had a different version of the scroller working as well as the ajax calls to the content. Now with the new scroller there are classes created by the javascript that seem to be interfering with the ajax. You can see in the example shown : webdesign
The solo link works fine (without the extra classes) This is how it was set up before.
I am having to use a new scroller because I need to make the navigation dynamic and have to be able to create a single list of links that can then be cut up into sections by the JS, rather than building the list out in sections to be scrolled. If you are familiar with these scrollers then you know how they work.
This is the one I am using now: http://sorgalla.com/projects/jcarousel/examples/static_circular.html http://sorgalla.com/projects/jcarousel/
Then one I was using before is this: http://flowplayer.org/tools/demos/scrollable/index.html
How can I get this to work. I tried disabling the creation of these classes but then it didn’t scroll at all. I don’t know JS enough to dig into the file or to figure out a solution. Can someone please help out with this?
Thanks all