JQuery has no support for this; this is what the plugin itself should support. The most common approach is to simply reinitialize the plugin after adding new content; which is usually not a problem.
- liveQuery - :
$('yourSelector').livequery(function () {
$(this).hoverIntent({
});
});