erik-krogh / SudoSlider

The most versatile jQuery content slider
36 stars 24 forks source link

Every slider instance has #controls #10

Closed photocurio closed 10 years ago

photocurio commented 10 years ago

Because each slider instance gets a #controls, if you have more than one slider on your page you end up with multiple instances of the same ID. And that won't validate. Can you make controls a class?

webbiesdk commented 10 years ago

I actually got an option to change that. So for now just add the following option: controlsAttr: 'class="controlsContainer"'

And I agree that controls should be a class, I will change it in the next version.