Render
methodsRenders the view contents. Accepts a jQuery selector (or jQuery object) to which the contents will be appended. Alternatively, the render method can be called without parameters in order to retrieve the View element for manual insertion/further manipulation.
Parameters:containerjQuery
Returns:jQuery
(optional) the element in which the view element will be appended.
the view element.