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

CSS jQuery Basics (2014) Creating a Simple Drawing Application Perform: Part 2

pi R
pi 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
PLUS
Roberto Alicata
Courses Plus Student 39,959 Points

you have a typo on line 28 of app.js, you wrote geeen with 3 "e".

var g = $("#greeen").val();
pi R
pi R
12,720 Points

Thanks a lot Roberto !