loopedSlider jQuery plugin problem

Posted by kil4 on Stack Overflow See other posts from Stack Overflow or by kil4
Published on 2009-09-09T11:59:18Z Indexed on 2010/05/28 5:01 UTC
Read the original article Hit count: 226

Filed under:
|
|
|
|

Hi i use loopedSlider link text and there is html source.

<div id="loopedSlider"> <div class="container">
<div class="slides">
  <div><img src="01.jpg" alt="" /></div>
  <div><img src="02.jpg" alt="" /></div>
  <div><img src="03.jpg" alt="" /></div>
  <div><img src="04.jpg" alt="" /></div>
</div></div><a href="#" class="previous">previous</a> <a href="#" class="next">next</a><ul class="pagination">
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>

Is there possible to insert div like this:

<div class="slides">
   <div>
     <div class="newdiv">Some text</div>
   </div>
</div>

If i insert this div "newdiv" inside is not showing? Any solution ?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about css