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

JavaScript

jQuery: 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
Kevin Korte
28,148 Points

I'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.

http://codepen.io/kevink/pen/vzDqp

Thanks, I built on this and I have exactly what I need now!

Kevin Korte
Kevin Korte
28,148 Points

Awesome! Glad to hear. It was a fun challenge for me too.