findItemIndex (item) { var elements = item.parentNode.children; var nodes = Array.prototype.slice.call(elements); return nodes.indexOf(item); }