I'm using a repeater field to populate an image and some text for a twitter bootstrap slider on the home page a a client's website. What I need to do is figure out how to show just the first item in my repeater and it's corresponding sub fields and then loop through the remaining repeater fields and their corresponding sub fields separately.
Stated another way.... I need to show repeater field 1 and its sub fields A and B..... then I need to skip repeater field 1 and begin looping through the remaining repeater fields beginning with field 2. So that would be repeater field 2 and its sub fields A and B; then, repeater field 3 and it's sub fields A and B and so-on and so-on -- to infinity...
The reason I need to do this is because the twitter boostrap slider requires the first item to have a class of 'active' and then the next items following to not have that class. So I can't figure out how to do dynamically populate the twitter boostrap slider any other way...
Make sense? Any help would be greatly appreciated.