Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Java script div repeat open?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #154438

    Hi

    I would like to know if it if possible to have my div repeat open every 30 to 60 seconds.

    I have got my script woking on fade but don’t know how to make it open auto every 30 to 60 seconds.

    $(".alert").delay(800).addClass("in").fadeOut(6000);
    
Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.