$('#w4').change(function() { var insert = $('#insert-data').val() + this.value + '\n'; $('#insert-data').val(insert); this.selectedIndex = 0; });