var $edit = $("#edit"); var curValue = $edit.val(); var newValue = curValue + "whatever new stuff here"; $edit.val(newValue);