list = $('#block select'); if (list.length != 0) { list.each(function() { //Здесь получаю id элементов select }); }