Hi, I'm using Zend Framework and on one of my forms I have a ZendX JQuery form element. When I run the action that instantiates the form like this:
.../controller-name/action-name
the form element works fine.
But when I append a parameter to the url, i.e.
.../controller-name/action-name/parameter
the form element does not work and firebug tells me that '$ is not defined.'
Does anyone have any idea on what I should do?