If my form has lot of events or action , instead of writting them in single page , Can I delegate those event or action to a so called 'Controller' ? Please share example if you guys have.
I am aware about it .. but u know if I have 10 forms and I am handling events in that page only .. what I was thinking ; that there should be one js where I can handle all the events and then from there I will move..