function PobierzStrzelcow(sezon_id,liga_id) { $.ajax({ type: "GET", url: public_root_path+"/ajax.php", data: "mod=strzelcy&sezon_id="+sezon_id+"&liga_id="+liga_id, success: function(xml){ $('#strzelcy_ajax').replaceWith(xml); } }); }