ZendX_JQuery View Helpers
Zend Framework provides jQuery related View Helpers through its Extras Library.
These can be enabled in two ways, adding jQuery to the view helper path:
addHelperPath("ZendX/JQuery/View/Helper", "ZendX_JQuery_View_Helper");
]]>
Or using the ZendX_JQuery::enableView(Zend_View_Interface $view) method
that does the same for you.