$$

locates sub-item by id

object $$;

Example

var view  = some.$$('list1');

Back to top