$('.number').on('click', function() { $("select option:selected").each(function () { item += $(this).text() + " "; }); });