I'm using the tooltips part right now (which are very cool). However, I'm having a slight issue.
The tooltips are on links next to form elements (not the form elements themselves). When the page is rendered they come up fine.
The user has the option to add more form elements (which I'm basically just cloning a hidden div and displaying it under the form elements already shown).
The problem is that the tooltips don't show on the newly cloned links.
I've tried to create a function and bind a "mouseover" to the newly created links, but when rolling over the links the first time the tooltip doesn't show up. Only on the 2nd rollover does it show (which of course is a usability issue).
I guess I just need to re-initialize the tip again but I'm not sure how to do that.
Anyway, any help would be appreciated.
The tooltips are on links next to form elements (not the form elements themselves). When the page is rendered they come up fine.
The user has the option to add more form elements (which I'm basically just cloning a hidden div and displaying it under the form elements already shown).
The problem is that the tooltips don't show on the newly cloned links.
I've tried to create a function and bind a "mouseover" to the newly created links, but when rolling over the links the first time the tooltip doesn't show up. Only on the 2nd rollover does it show (which of course is a usability issue).
I guess I just need to re-initialize the tip again but I'm not sure how to do that.
Anyway, any help would be appreciated.
