I have a page where currently there's jQuery 'load' function followed by a regular js setTimeout('function()', delay): which works ok: they're called with "onload".
But it's a gamble on the time it takes to do the 'load', and there'll be a lot of other similar calls: it'd be better if it could be done as a callback, but I've not been able to get the syntax right, although it looks like it should be straightforward.
The test is here:
[
www-personal.usyd.edu.au ]
wait six seconds, mouseover any of the six-line figures, you should get a number underneath; click, and you should get a color change, and scrollable text on the left.
The functions are in the js file,
[
www-personal.usyd.edu.au ]at lines 43 and 58.
Can anyone help sort it out?