Forums

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

Home Forums JavaScript slideDown/slideUp homepage content Reply To: slideDown/slideUp homepage content

#184808
shaneisme
Participant

The site you linked to is a flash website. But you can do things like wait for all content to load and then run scripts, or just wait for a single image (like the background) to load.

jQuery has the .load method. Maybe give that a try.