how could I add a "reload captcha"-feature? How I could change the image element with JavaScript I know, but how should I manage that with the ZF? I generate the captcha with Zend_Form_Element_Captcha as an Image.
Problem: I have a comment page with each comment box having a reply button. Now the reply buttons have a jquery live click binding on them which when triggered loads the appropriate comment form via ...