Home › Forums › JavaScript › Nested AnythingSliders › Re: Nested AnythingSliders
December 6, 2012 at 6:15 pm
#116557
Member
Hi sboutros!
Try initializing `#slider2` first. The problem is that `#slider1` is cloning the first and last slides and because `#slider2` is an ID, only the first copy of that slider is being initialized.
Maybe a better solution would be to use a slider2 class name instead of an ID.