hi !
i have a liitle ask about a function that i use,
i have this function
- $("#boat, #content").click(function () {
- $(this).fadeTo("slow", 0.1);
- setTimeout (fadeTo(),2500);
- });
and i need to do this 6 seconds after the documents its ready, i mean automatically, how can i implement this ?
best regards, thanx for advance.