Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAn empty UL list causes a lot of errors #91
Closed
Labels
Comments
|
All fixed, thanks for pointing it out! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In some project I need to load the slider dynamically, but when the new contents results in no slides to show, I start to get errors in the console (mostly cryptic, since I'm using the minimized version of both jQuery and AnythingSlider). But this problem it is always reproducible when initializing AnythingSlider for an empty UL (UL element with no LI children). Could AnythingSlider be aware of this scenario? One of the most atractive options of AnythingSlider is the posibility of changing contents on the fly, but this case is missing support.