var tf,ab,mt; window.onload=function(){ tf=$("#message-text"); ab=$("#applyButton"); mt=$("#text"); tf.val(''); ab.click(function(){ mt.html(tf.val()); }); };