values: function() {
    return this.$el.find('.value').map(function() {
      return $(this).text();
    }).get();
  }