Function show(){ $.post("test.php", {val: $(*!*'#val_count'*/!*).val() }, function(data){ $(*!*"val_count"*/!*).html(data); }); }