arturadib / agility

Javascript MVC for the "write less, do more" programmer
http://agilityjs.com
MIT License
542 stars 70 forks source link

Append html element to parent containers view context #108

Closed garygreen closed 7 years ago

garygreen commented 10 years ago

Is there a way to use the selector this.append(<agility object>, [selector]) to reference the parent containers view root? I still want to be able to append to this but want the html element to be placed outside the scope of the current agility objects view (into the parents view).