i have created a form with zend framework and this form have some elements that all elements have a description , i set description with setDescription in design time, i want to know can
i change this Description in client side with jquery or javascripts?
i have created a form with zend framework and this form have some elements
Share
from the Zend Fremework documentation
so you can use jquery to change the content of that p tag
i.e. (not verified)
PS: you probably want to check what markup
ZFoutput and change the selector I have made