(function($){ $.getJSON("https://preisrechner.goldbulle.de/templateCalculator.php?jsoncallback=?&id=goldseiten_pricecalc&url=").success(function(data){ $('#goldseiten_pricecalc').html(data); }).error(function(jqXHR, textStatus, errorThrown) { alert('getJSON request failed! ' + textStatus); }); })(jQuery)