Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Old 07-09-2009, 02:55 PM   #1 (permalink)
Super Moderator
 
htmlbasictutor's Avatar
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 2,968
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 to be cross-browser compatible
Basic Computer Information - Computer Basics for website owners
htmlbasictutor is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-09-2009, 08:00 PM   #2 (permalink)
v7n Mentor
 
Join Date: 07-24-06
Posts: 691
iTrader: 1 / 100%
Latest Blog:
None

nasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nice
em, get rid of that thing

Code:
// run the code in the markup! $('td pre code').each(function() { eval($(this).text()); });
and put this instead:

Code:
$('#s1').cycle({ fx: 'fade', speed: 2500 });
nasty.web is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-09-2009, 08:11 PM   #3 (permalink)
Moderator
 
Hades's Avatar
 
Join Date: 01-23-07
Location: Buenos Aires
Posts: 1,057
iTrader: 0 / 0%
Hades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest order
I never used it but assuming that you only tried to replicate those demos on your local instance and your source is correct: if it didn't work the first thing you should check is the jquery version.

You have 1.3.2 while those demos use 1.3.
__________________
Hades,
Ancient god, King of the Nether World, and Guardian of the Dead.
...and on my free time I'm also a web developer, contact me if you need one!
Hades is online now  
Add Post to del.icio.us
Reply With Quote
Old 07-09-2009, 09:01 PM   #4 (permalink)
Super Moderator
 
htmlbasictutor's Avatar
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 2,968
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
Thank you nasty.web! That worked.
__________________
HTML Basic Tutor - Learn to code your web pages/blogs to be cross-browser compatible
Basic Computer Information - Computer Basics for website owners
htmlbasictutor is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
jquery help, fade in title. thebigO Coding Forum 7 06-25-2009 08:04 AM
jQuery - Date Picker Sketch Coding Forum 2 01-22-2009 10:44 PM
Order cycle time and demand uncertainties! PaulDavis33 Marketing Forum 2 05-18-2007 06:53 AM
Cycle for SERP updates? nhebb Google Forum 5 01-15-2007 04:34 PM
Powerpoint - Cycle Background chicgeek Tech Support Forum 9 08-21-2006 12:11 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 10:27 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.