jQuery.fn.control
jQuery.fn.control
Get the Control associated with elements.
jQuery.fn.control([type])
Parameters
-
control
{String | can.Control}
OptionalThe type of Control to find.
Returns
{can.Control}
The first control found.
This is the same as $().controls except that it only returns the first Control found.