Hi There
I am new to the world of JQuery and have produced a little animation for a home page of a site I am working on.
I would like this animation to repeat but dont know how to do it. Can anyone help me please?
http://www.whiteliondunstable.co.uk
This is my JQuery code
$(document).ready(function(){
$('#quiz').hide();
$('#break').hide();
$('#quiz').fadeIn(4100) .delay(1800) .fadeOut(2000, function () {
$('#break').fadeIn(4100) .delay(1800) });
});
Regards
G
Hi there,
better repost your question in the regular Dreamweaver General Discussions forum. The current forum deals with Server-side scripting languages (PHP/MySQL, ASP, ColdFusion).
North America
Europe, Middle East and Africa
Asia Pacific