$(document).ready(function() { $.ajax({ url: OC.filePath('tattoo', 'ajax', 'bg.php'), success: function(response){ $('#content-wrapper').prepend('background'); } }); });