Add tooltips to page at runtime?
So here's the thought.
I have a form with 5 fields
<input id="one" name="one" type="text">
<input id="two" name="two" type="text">
<input id="three" name="three" type="text">
<input id="four" name="four" type="text">
<input id="five" name="five" type="text">
I'd like to append a
to the end of each field at runtime.
When you mouse over, I'd like to see the tooltips like
this demo
That demo handles the jquery tooltip part of it, but can I use javascript to append the ? icon and reference the jquery code?