JQuery et les checkbox
Posted by Benoitt76 on février 4th, 2010Voici comment Manipuler une checkbox avec JQuery
Notre Checkbox :
<input type="checkbox" name="Cocher" value="bar" id="myCheckbox" />
Voici comment Manipuler une checkbox avec JQuery
Notre Checkbox :
<input type="checkbox" name="Cocher" value="bar" id="myCheckbox" />
Date courante :
$dateTime = new Zend_Date();
Récupérer simplement la date :
$date = $dateTime->get(Zend_Date::DATES);
Read the rest of this entry »
Les différentes possibilités possible sur une Select Box avec JQuery
Read the rest of this entry »
Conditions :
Zend_Form_Element_Select alimenté en ajax.
Probléme :
La select box renvoie la bonne valeur, mais le validateur refuse de valider le formulaire car il ne connais pas les valeur.
Read the rest of this entry »
Recent Comments