pioneer
pioneer copied to clipboard
Easily compare `table.hashes()`
Add ability to supply an array of selectors or hash of elements to read them and turn into a key/value pair. Perhaps if an array of strings, assumes the selectors are semantic class names?
widget.objectify('title', 'name', 'description') -> (assumes .title, .name, .description)
{
name: 'foo',
title: 'bar',
description: :poo:
}
:+1: