| 1. |
How to make a slider on button click |
|
Answer» Answer: I'm working on a page with tabbed panels. UNDERNEATH these panels I'm viewing an infinite CAROUSEL slideshow. whenever i click on a tab i would like that the images inside the would align with the content of the tab. I have an id for the tabs and I have id's for the slideshow images so I need a function that whenever I click on tab 1, the carousel automatically scrolls to for example slide1. the function should be similar or the same as a pager or pagination for a slider/carousel I'm working on this to happen for a few days, but i'm completely new to jquery and i can't get my head WRAPPED around how to write the function and variables. does anyone knows in which DIRECTION to look, or what FUNCTIONS and variables are needed, or whether it is even possible with the current setup? Thanks |
|