Widgets
Samples
Demos
Forum
Services
Documentation
customize
getItemNode
locate
render
showItem
Start
API Reference
Mixins
RenderStack
Methods
locate
gets the id of an item from the specified HTML event
id
locate
(
Event
e
);
e
Event
a native event
id
the item id
Example
$$
(
'view'
)
.
locate
(
e
)
;
Back to top