$(".btns").click(function(){ $('#result_txt').val(this.value) });
$(".btns").click(function(){ $('#result_txt').text($('#result_txt').text() + this.value)); });