var users = $('.username span').map(function () {
          return $(this).text();
        }).get();