var txt = $('.select').text(), arr = [], i; for (i = 0; i < txt.length; i++) { arr.push(txt.charAt(i)) } $('input[name=mest]').val(arr.join(','));