jQuery.Controller.static.init  function     

Does 3 things:

  1. Creates a jQuery helper for this controller.
  2. Calculates and caches which functions listen for events.
  3. and attaches this element to the documentElement if onDocument is true.

jQuery Helper Naming Examples

"TaskController" -> $().task_controller()
"Controllers.Task" -> $().controllers_task()
$.Controller.init() -> undefined
{undefined}
© Jupiter IT - JavaScriptMVC Training and Support