I am having trouble getting tooltips to work with the generated custom error message created by the validator plugin. I noticed that the tooltips do not work on dynamically generated elements unless the $ ('a').tooltip(); is called sometime after the element is actually created.
My custom error message for validator would be something like: <img src="images/forms/alert.png" width="20" height="20" alt="FIX!" id="input1" title="Please enter your name using letters only. No special characters are allowed." /> Then I would need to call: $('img').tooltip(); Thanks for your ideas.