1

For some reason I am having a lot of trouble finding this...

Basically looking for a jquery slider plugin (with next and previous button), where the content can be any thing (div's,text, images, a combination,etc). The problem comes that I the content will be dynamically added, for example, if I have something like

<ul>
    <li> /* some divs, images, etc*/ </li>
    <li> /* some divs, images, etc*/ </li>
    <li> /* some divs, images, etc*/ </li>
</ul>

then I can dynamically add "

  • " tags to the "" via javascript and this wont break the slider.

    I am currently using easy slider but it dosent really support the contents of the slider being 'dynamic'

    thanks in advance.

  • Tushar Gupta - curioustushar
    • 58,085
    • 24
    • 103
    • 107
    Ahmed-Anas
    • 5,471
    • 9
    • 50
    • 72
    • There are many alternative sliders, take a look at this http://www.basic-slider.com pretty simple – Irvin Dominin Aug 31 '13 at 13:56
    • thanks. ANd I know there many and I have tried many. but this has the same problem as the other, that it screws up when you dynamically add an "
    • " tag.
    • – Ahmed-Anas Aug 31 '13 at 14:10