tipTip plugin on ajax loaded contents
Hi,
I use the tipTip Plugin and i like it very much, but didn't get it to work with contents i loaded with jQuerys ajax function.
The original Code is:
- org_elem.hover(function(){ ... }, function() { ... });
I tryed to replace the hover function by the live() function:
- org_elem.live('mouseenter',function(){ ... }).live('mouseenter',function() { ... });
But i can not get it to work that way.
If anybody knows a way, please tell me :D
Elias