model.elements(context) -> jQuery
{String|jQuery|element}
If provided, only elements inside this element that represent this model will be returned.
{jQuery}
Returns a jQuery wrapped nodelist of elements that have this model instances identity in their class name.
Returns elements that represent this model instance. For this to work, your element's should us the identity function in their class name. Example:
This also works if you hooked up the model:
Typically, you'll use this as a response of an OpenAjax message:
API