jQuery UI Tooltip with AJAX loaded content

jQuery UI Tooltip with AJAX loaded content

The title says it all.

I tried to bind tooltip using $( document ).tooltip(); - but my website freaks out and starts loading a blank page instead of showing the tooltip as soon as I hover the element O.o.

If I use $( '.tooltip' ).tooltip(); - everything works fine. Except that with AJAX loaded content, the tooltip is not working (of course, because the plugin is initialized upon document.ready).

Any hints? Thanks.

Paddelboot