How should a view\'s el be handled? It has to be set, otherwise events don\'t fire (see here).
el
But should it be an element that is already on the page?
You want your 'el' to reference an element that contains a child element that has any event that triggers a change in your view. Could be as wide as a "body" tag.