[jQuery] jQuery Cycle Plugin - Prev/Nex inside loop container
Hello,
I tried to use Cycle Plugin, and it works great. I have the "Previous
and Next" navigation work without any problem.
This is the code I have:
-----------------
<script type="text/javascript">
$(function() {
$('#feat-container').cycle({
prev: '#prev',
next: '#next',
timeout: 8000, // milliseconds between slide transitions (0 to
disable auto advance)
speed: 2000, // speed of the transition (any valid fx speed value)
delay: 0
});
});
</script>
<div class="feat-container">
<div class="featloop">
Aenean lacinia mi et odio scelerisque at ultricies tortor mattis.
Nullam sit amet mauris velit, a tincidunt purus.
</div>
<div class="featloop">
Nam fringilla aliquam vehicula. Vivamus ultricies, lacus eget
interdum rhoncus, ligula metus tempor arcu, eget volutpat nibh dolor
eget ipsum.
</div>
<div class="featloop">
Pellentesque habitant morbi tristique senectus et netus et
malesuada fames ac turpis egestas
</div>
</div>
<div class="featnav"><a id="prev" href="#"><img src="prev.gif" alt="" /