Je ne peux pas sembler obtenir ce travail semble comme il se doitfonction de changement jQuery ne fonctionne pas
$('.titleother').change(function() {
if ($('.titleother').val() == 'Other') {
$('.hiddentext').css('display','block')
}
})
Pour ce HTML
<select class="titleother">
<option value="1">1</option>
<option value="2">2</option>
<option value="Other">Other</option>
</select>
<p class="hiddentext" style="display:none">TEXT</p>
Toutes les idées?
Bien sûr, il n'a pas (http://jsfiddle.net/amuec/) [travail]? – jensgram
Cela ne semble pas fonctionner pour moi? –
à la place de if ($ ('. Titleother'). Val() == 'Other') $ ('. Hiddentext'). Css ('display', 'block') le meilleur moyen est: $ ('.hiddentext'). toggle ($ (this) .val() == 'Autre'); – Floyd