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 trialpi R
12,720 Points"#newColor" doesn't change.. (jQuery basics stage 6)
For the perform: part 2 of the stage 6, I checked my code and it looks the same as in the video, but #newColor doesn't change..
In style.css #colorSelect:after { "pointer-events" } is highlighted in red.. maybe that's related..
Trying lot of stuff for 1 hour, nothing worked ! T_T ty for searching a solution !
ps: I took a snapshot https://w.trhou.se/y0kngjdosn
edit: saw in the teacher notes to remplace last line by $("input[type=range]").on("input", changeColor); but this didn't work.
1 Answer
Roberto Alicata
Courses Plus Student 39,959 Pointsyou have a typo on line 28 of app.js, you wrote geeen with 3 "e".
var g = $("#greeen").val();
pi R
12,720 Pointspi R
12,720 PointsThanks a lot Roberto !