jQuery.ToolTip Great Job. I have an application where I make a code injection of many Html elements dynamically. I know that for each Html element the jQuery.tooltip library injects this attribute: "jQuery" + Date and the value is an unique identify. My problem is that "some times" (I don't know where and when) the Html elements injected have not the jQuery attribute; I must to do a refresh (of the page) one or two times for resolving this problem.
How can I be sure that jQuery.tooltip has injected that attribute? Or how can I inject it by myself? Thanks Deza