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 trialNicolás Carrasco-Stevenson
Courses Plus Student 5,668 PointsAbout the Teacher's Notes
In the teacher's note it says that the .change() method does not work for range inputs in Chrome and I beg to differ.
The 'change' event will be fired once the user releases the slider while the 'input' event will be fired as you drag the slider. Since both solutions are different, they can accomodate to different requirements and scenarios that might present while you code so none of them should be immediatly discarded.