diff --git a/index.html b/index.html index 41827d3c..af0341b8 100644 --- a/index.html +++ b/index.html @@ -1662,6 +1662,10 @@ new DocumentRow({
this.el is created from the view's tagName, className, and id properties, if specified. If not, el is an empty div. + You may assign el directly in your view's + initialize function, if the view is being + created for an element that already exists in the DOM. Make sure to assign + a real DOM element, and not a jQuery object.