$('.submit').click(function(){ var tmp=document.getElementById('ans').value; $('.sponsor').load('function/add.php',{answer: tmp}); });