JS Display Content based on Dropdown User input
Posted
by Thomas
on Stack Overflow
See other posts from Stack Overflow
or by Thomas
Published on 2010-04-04T15:58:39Z
Indexed on
2010/04/04
16:03 UTC
Read the original article
Hit count: 322
I am working on a search box that displays different options based on a users selection via dropdown box. Basically I need a really clean, light-weight method for switching out different divs without reloading the page. Im new to JS, but I know enough that there should be some really simple way of setting the display property using JS - Im just not totally sure how to go about it. Any help would be really appreciated, thanks.
© Stack Overflow or respective owner