View Single Post
Old 07-09-2009, 02:55 PM   #1 (permalink)
htmlbasictutor
Super Moderator
 
htmlbasictutor's Avatar
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 3,209
iTrader: 0 / 0%
Latest Blog:
Website Testing

htmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web pro
jQuery Cycle Plugin

jQuery Cycle Plugin - jquery.malsup.com/cycle/

a) Has anyone used this?
b) If you have, how did you get it to run?

Tried to replicate what is shown here: jquery.malsup.com/cycle/begin.html
In the head:
Code:
<script src="scripts/jquery-1.3.2.js" type="text/javascript"></script> <script src="scripts/jquery.cycle.all.js?v2.11" type="text/javascript"></script> <script type="text/javascript"> $(function() { // run the code in the markup! $('td pre code').each(function() { eval($(this).text()); }); }); </script>
In the body:
Code:
<div id="s1" class="slideshow"> <img src="images/img1.jpg" width="560" height="360" /> <img src="images/img2.jpg" width="560" height="360" /> <img src="images/img3.jpg" width="560" height="360" /> <img src="images/img4.jpg" width="560" height="360" /> </div>
Problems:
#1 - all images are exposed at the moment
#2 - not cycling
__________________
HTML Basic Tutor - Learn to code your web pages/blogs
Basic Computer Information - Computer Basics for website owners

Trouble getting indexed? Maybe it's something techincal - Pm me.
htmlbasictutor is online now   Reply With Quote