/    Sign up×
Community /Pin to ProfileBookmark

How make this slider automatic (jQuery)

Hi
i have on my site that slider: [url]http://tutorialzine.com/2010/09/html5-canvas-slideshow-jquery/[/url]

and i would make it automatic after 3 seconds (or something like that).

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@PadonakApr 25.2012 — [CODE]27 <script src="script.js"></script>
<script type="text/javascript">
function gogo(){$('span[class="arrow next"]').click();}
setInterval('gogo()',3000);
</script>
28 </body>
29 </html>[/CODE]
Copy linkTweet thisAlerts:
@PadonakApr 25.2012 — from some time i feel headache when i see the word "slider" ..
×

Success!

Help @tojestmojnick spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...