how to use window.onload?
- by Patrick
I'm refactoring a website using MVC. What was a set of huge pages with javascript, php, html etc etc is becoming a series of controllers and views. I'm trying to do it in a modular way so views are split in 'modules' that I can reuse in other pages when needed
eg.
"view/searchform displays only one div with the searchform
"view/display_events…