JQUERY show/hide fields depening on select value
Posted
by sico87
on Stack Overflow
See other posts from Stack Overflow
or by sico87
Published on 2009-05-07T15:12:06Z
Indexed on
2010/04/05
14:53 UTC
Read the original article
Hit count: 320
Hello, I am trying to show and hide a few form fields dependent on the value of one of my select fields, I am looking to use arrays to to hold what should be show and what should not be show for each select value, to save me from a massive switch statement, but cannot figure out to do it.
I am using PHP and Jquery. Any help would be great.
© Stack Overflow or respective owner