Why doesn't this LOC work (indexing jquery objects?)
EDIT: solved. This forum should really have a delete post option.
I get a null value. And I actually only want the first element (does subscript operator work?). The ul element in question definitely exists.
- alert($(node).parent("ul").offset());