I have one visible item on the page with the rest of the items hidden within a div which has overflow:hidden. I would like it if my next and prev buttons pertain to just the one visible item on the page. The problem is I have no way of selecting just the visible item. I tried checking with myitem.is(':visible') but it doesn't work because all the items are visible - just not showing through the overflow:hidden.
I tried messing about with classes and serialScroll but it's hard to get your head around the onBefore/onAfter callbacks.
Any idea how I can choose the visible item using jQuery , serialScroll or Scrollto ?