Ver original<input type="text" id="textbox"/>
Ver original$('#textbox').change(function(){ $.post("cambiar.php", {datos: $(this).val()});});