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

HTML jQuery Basics (2014) Creating a Simple Drawing Application Using on()

meh >_>

my answer isn't wrong. --> $(".controls ul").on("click","li",function(){ and still I get a "Bummer! null" error <_<

it even works on the preview, i checked the characters and all.

1 Answer

er.. so I changed the answer to ---> $(".controls").on("click","li",function(){ and then it passed.

so... did I get it all wrong? I thought I was supposed to attach it to the parent element (ul) and then use the li element as the notifier. and it works on the browser like I put before.