$("#txt1").whichevent(function(){
$.post("Serversidefile.php?value="+$("#txt1").attr("value"));
});
say we are selecting an item from Select box that value comes in to the Text box and i have to Send this text Box value to server side script (PHP ) where i can get the Server side value Any events(Load,focus) any idea