> Damn. As a high-level userland freeloader I have been loving the convenience > of doing what seems kind of like time travel -- > $this->JQuery()->onLoadCaptureStart() -- in my views. I wonder how you might > hack up something equivalent in ZF 2.0.
I use this:
jQuery(function($){
// js code goes here
});
It's regular jquery so you can place it in an external file or use
$this->headScript()->appendScript($jscode);
