To run plugins (not related to the event handler), you can still use the .livequery()plugin , for example:
$('.selector').livequery(function() {
$(this).timeago();
});
, .live() .delegate(), , , :
$.ajax({
success: function(data) {
$('.selector', data).timeago();
}
});
, , AJAX, $(selector, [context]).