You can use the .livequery()plugin here, it will execute in current matches and execute new elements as they appear, for example
$('div.resizeMe').livequery(function() {
$(this).resizable({
containment: 'parent',
minWidth: 400,
minHeight: 200
});
});
div.resizeMe .
$.ajax() , ajax success complete, :
$.ajax({
success: function(data) {
$('div.resizeMe', data).resizable({...options...});
}
});
div.resizeMe , , .