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 "
I am currently using easy slider but it dosent really support the contents of the slider being 'dynamic'
thanks in advance.
Try This
this is custom way of creating a slider for next previous
Try This Fiddle