Queries from the controller's element.
".destroy_all click" : function() { this.find(".todos").remove(); }
controller.find(selector) -> jQuery.fn
{String}
selection string
{jQuery.fn}
returns the matched elements
Queries from the controller's element.