var items = $$('li');
var item = items[2];
items.indexOf(item); // 2On Sun, Mar 4, 2012 at 1:00 PM, hamburger <[email protected]> wrote: > Hello all together, > I find the jquery function index() very helpful. > Is there an equivalent function in moo? > thanks for any help in advance >
