jQuery.Controller.prototype.find  function     

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

© Jupiter IT - JavaScriptMVC Training and Support