$(document).ready(function() { $("#btn1").click(function () { var txt=$('input:text[name=iofield]').val("Klick Event ausgeloest"); // alert(txt); // $.get( "http://localhost/M133/jquery/jquery6.php", {name: txt, time: "Test"} ); }); });