Javascript Tooltip / Posts /

tool tip with dynamic text as parameter for function

0
i want a tool tip with text as a paramter for the function tooltip popup, text should be dynamic..!!  please telll me if any knows
shashikanth  10 years ago   viewed: 3000    

1 Answer

0
You can create a variable and assign a value to it at a proper time. For example:
<span class="tooltip" onmouseover="var myText='<h3>It</h3> is me'; tooltip.pop(this, myText)">Me</span>

If your case is more complicated than this, you can consider the tooltip.ajax(...) usage.
Milo   10 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • 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;

  • When you want to start a new page for your question: