iansmith
09-12-2008, 04:55 PM
I have been looking at ajax based tooltip scripts and found one that works well from...
http://www.javascriptkit.com/script/script2/ajaxtooltip.shtml
But the problem is I have a page filled with a table full of links, and moving the mouse over them results in a hundred requests all at once which makes the script (and the server) stumble.
Can anyone help me add a delay to the script so you need to hover over a link for a period of time BEFORE it fires off an ajax script?
I am new to javascript so I am still puzzling out all the various bits and pieces.
Thanks!
http://www.javascriptkit.com/script/script2/ajaxtooltip.shtml
But the problem is I have a page filled with a table full of links, and moving the mouse over them results in a hundred requests all at once which makes the script (and the server) stumble.
Can anyone help me add a delay to the script so you need to hover over a link for a period of time BEFORE it fires off an ajax script?
I am new to javascript so I am still puzzling out all the various bits and pieces.
Thanks!