jQuery: The Write Less, Do More JavaScript Library

$('elem').tooltip() registration

View: New views
1 Messages — Rating Filter:   Alert me  

$('elem').tooltip() registration

by Gaspar Rajoy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've found a problem, but i don't know if it's a bug of Tooltip or a
bug of jQuery itself. What happens it's next:

If i register something like this: $('a').tooltip(), everything goes
fine. But, if, i do the same again, the elements registered before,
now doesn't have the tooltip anymore, but the news does.

I have to do that because i work with templates, so when the page is
rendered, with AJAX i process a partial, and the partial has the code
for his tooltip's elements.


Thanks!!!