Search Options
close
Search the following clips:
All Clips
Everyone's Clips
My Guides
Sign Up
Install
Learn More
Login
Scriptaculous JavaScript slideshow
brianjlandau
follow
0
7-12-2006 10:36 AM
1023 views
tags:
javascript
,
ajax
,
code
,
programming
,
slideshow
,
effects
,
scriptaculous
,
prototype
Add a Comment
Login
to Comment. Not a member yet?
Sign up
Today's Top Clips
Incredible Aerial Photography
Carrie Prejean - XXX Fraud
Time gets better with age
Animals' eating habits
Mind Control With Sound and Light
Caress me if you can ... (38 pics)
Photo's from Neda's Life
3 American hikers that strayed into Iran charged with espionage, punishable by death
What Americans owe to those who serve
6 Most Annoying Coworker Types
visit the
Top Clips page
View the Top Clips from
July 12, 2006
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/e8216317-753f-4e3b-aae2-a5dbea91c03a/21B7B2E1-E7FF-4143-9D2C-3A94A1A18231/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://www.bigbold.com/snippets/posts/show/1320" href="http://www.bigbold.com/snippets/posts/show/1320" style="font-size: 11px;">www.bigbold.com</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.bigbold.com/snippets/posts/show/1320"><PRE><SPAN class="ident">var</SPAN> <SPAN class="ident">album</SPAN> <SPAN class="punct">=</SPAN> <SPAN class="punct">{</SPAN> <SPAN class="ident">startup</SPAN><SPAN class="punct">:</SPAN> <SPAN class="ident">function</SPAN><SPAN class="punct">()</SPAN> <SPAN class="punct">{</SPAN> <SPAN class="ident">new</SPAN> <SPAN class="constant">PeriodicalExecuter</SPAN><SPAN class="punct">(</SPAN><SPAN class="ident">album</SPAN><SPAN class="punct">.</SPAN><SPAN class="ident">cycle</SPAN><SPAN class="punct">,</SPAN> <SPAN class="number">5</SPAN><SPAN class="punct">)</SPAN> <SPAN class="punct">//</SPAN><SPAN class="regex"> change image every 5 seconds }, cycle: function() { new Effect.Fade('image', { </SPAN><SPAN class="punct">//</SPAN> <SPAN class="ident">the</SPAN> <SPAN class="ident">id</SPAN> <SPAN class="ident">of</SPAN> <SPAN class="ident">the</SPAN> <SPAN class="punct"><</SPAN><SPAN class="constant">DIV</SPAN><SPAN class="punct">></SPAN> <SPAN class="ident">containing</SPAN> <SPAN class="ident">the</SPAN> <SPAN class="ident">photos</SPAN> <SPAN class="ident">duration</SPAN><SPAN class="punct">:</SPAN> <SPAN class="number">1</SPAN><SPAN class="punct">,</SPAN> <SPAN class="ident">fps</SPAN><SPAN class="punct">:</SPAN> <SPAN class="number">50</SPAN><SPAN class="punct">,</SPAN> <SPAN class="ident">afterFinish</SPAN><SPAN class="punct">:</SPAN> <SPAN class="ident">function</SPAN><SPAN class="punct">()</SPAN> <SPAN class="punct">{</SPAN> <SPAN class="ident">new</SPAN> <SPAN class="constant">Ajax</SPAN><SPAN class="punct">.</SPAN><SPAN class="ident">Updater</SPAN><SPAN class="punct">('</SPAN><SPAN class="string">image</SPAN><SPAN class="punct">','</SPAN><SPAN class="string">/album/next</SPAN><SPAN class="punct">',</SPAN> <SPAN class="punct">{</SPAN> <SPAN class="punct">/</SPAN><SPAN class="regex"></SPAN><SPAN class="punct">/</SPAN> <SPAN class="ident">URL</SPAN> <SPAN class="ident">for</SPAN> <SPAN class="keyword">next</SPAN> <SPAN class="punct"><</SPAN><SPAN class="constant">IMG</SPAN><SPAN class="punct">></SPAN> <SPAN class="ident">tag</SPAN> <SPAN class="ident">asynchronous</SPAN><SPAN class="punct">:</SPAN> <SPAN class="constant">true</SPAN><SPAN class="punct">,</SPAN> <SPAN class="ident">onSuccess</SPAN><SPAN class="punct">:</SPAN> <SPAN class="ident">function</SPAN><SPAN class="punct">()</SPAN> <SPAN class="punct">{</SPAN> <SPAN class="ident">new</SPAN> <SPAN class="constant">Effect</SPAN><SPAN class="punct">.</SPAN><SPAN class="ident">Appear</SPAN><SPAN class="punct">('</SPAN><SPAN class="string">image</SPAN><SPAN class="punct">',</SPAN> <SPAN class="punct">{</SPAN> <SPAN class="ident">duration</SPAN><SPAN class="punct">:</SPAN> <SPAN class="number">1</SPAN><SPAN class="punct">,</SPAN> <SPAN class="ident">fps</SPAN><SPAN class="punct">:</SPAN> <SPAN class="number">50</SPAN><SPAN class="punct">,</SPAN> <SPAN class="ident">queue</SPAN><SPAN class="symbol">:'</SPAN><SPAN class="symbol">end</SPAN><SPAN class="symbol">'</SPAN> <SPAN class="punct">})</SPAN> <SPAN class="punct">}</SPAN> <SPAN class="punct">})</SPAN> <SPAN class="punct">}</SPAN> <SPAN class="punct">})</SPAN> <SPAN class="punct">}</SPAN> <SPAN class="punct">}</SPAN> <SPAN class="ident">window</SPAN><SPAN class="punct">.</SPAN><SPAN class="ident">onload</SPAN> <SPAN class="punct">=</SPAN> <SPAN class="ident">album</SPAN><SPAN class="punct">.</SPAN><SPAN class="ident">startup</SPAN></PRE></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/21B7B2E1-E7FF-4143-9D2C-3A94A1A18231/blog/" title="blog or email this clip"><img src="http://content7.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Blog
Copyright
Privacy
EULA
OK