$('selector').live( function() { } )

$('selector').live( function() { } )


Hi,
It would be great to have the following syntax :
$('selector').live( function() {
// Executed only once by selector, when it has been inserted into
the dom
} );
It would mean to add a trigger in each dom insertion made by jquery.
This syntax would be very useful for widgets initialization.
Regards,
Ludovic