tiptip Plugin on Ajax loaded elements
Hi,
I use the tipTip Plugin, and i like the style, but it only works on non Ajax contents.
I tryed to replace the .hover funktion with .live() but then nothing works :(
Original Code:
- org_elem.hover(function(){ ... }, function(){ ... });
My attempt with the live fuction:
- org_elem.live("mouseover", function(){ ... }).live("mouseout", function(){ ... });
I hope anybody already had the same problem an can show me a working solution :)
Elias