Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

austenpayan
10,218 PointsjQuery: How to fire event when an option is selected?
I have a select tag with a few option tags nested inside. I have a few seperate divs on the page that are initially hidden when the document loads.
How could I use jQuery to fire an event that shows certain divs when their corresponding option is selected? Is this possible with jQuery?
1 Answer

Kevin Korte
28,149 PointsI'm pretty terrible and JS and Jquery, but I built something stupid that functions. I'm sure there is likely a better way to do it, but this will hopefully at least give you an idea.
austenpayan
10,218 Pointsaustenpayan
10,218 PointsThanks, I built on this and I have exactly what I need now!
Kevin Korte
28,149 PointsKevin Korte
28,149 PointsAwesome! Glad to hear. It was a fun challenge for me too.