Simple Timer

wxdqz

New Member
Ok, I have a javascript that sets text. When a link is moused over, it changes the text. when the link is moused out, the text changes again. I want there to be a delay in the time the text is changed after the mouse out. I figured I'd just do a set timeout and then call the function. Problem is setTimeout runs the function and then does the timeout. I'm sure there is a simple workaround to this. I'm just not very fluent in javascript to know. Any help?
 
Back
Top