$.ajax({ url: 'url.php', success: function(data) { $('body').append(data); $('.get_request').fancybox({ //... и т.д. } });