I was just trying the tooltip AJAX. The line is:
<b onmouseover="tooltip.ajax(this,'test.txt')">Click Me</b>
"test.txt" has only one word "HELLO".
When the mouse is moved over "Click Me", tooltip shows "HELLO", which is correct.
Then I change the "test.txt" content to "WORLD".
When the mouse is moved over "Click Me", tooltip still shows "HELLO". Even the page is refreshed, tooltip still shows "HELLO".
When I reopen the browser, tooltip now shows "WORLD".
Did I miss anything in the code that cause tooltip fails to retrieve the content dynamically?
My browser is IE 10.
Yes it works, thank you.
My application is about displaying the stock quote when users mouse over a stock name, so a dynamic update of content is a must.
If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;
If your question is related to the Javascript Tooltip, click:
Ask new question: Javascript TooltipOtherwise navigate to one of the following forum categories, and post your question there.
##