find (selector) Object
public
Finds an element in the context of the app's container element. A simple alias for app.$(selector)
.
Example:
var $el = find('.my-selector');
Parameters:
-
selector
String
- jQuery string selector for element lookup
Returns:
-
Object
- jQuery object representing the results of the query
Please login to continue.