function loadTippspiel(target){ $.getJSON(target, //{type : 'checkDatanorm'}, function(json){ if(typeof json == "string"){ $("#wd-content").html(json); } }); }