function prev(el) { return el.previousSibling }
prev: function( elem ) { return sibling( elem, "previousSibling" ); }