Skip to content Skip to sidebar Skip to footer

Setinterval And Function

I have written this simple function: HTML:

Solution 1:

Solution 2:

you need to do something in this way:

functionfoo(){
    $("#topt").inters('.headline');
}

setInterval(foo,3000);

Post a Comment for "Setinterval And Function"