locate

gets the id of an item from the specified HTML event

id locate(Event e);
eEventa native event
idthe item id

Example

$$('view').locate(e);

Back to top