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 AJAX Basics (retiring) AJAX and APIs Review jQuery: Part 2

Is there something wrong with the answer key for this or am I just missing something blatantly obvious?

On my quiz it says $(___).click(function(){}); and I’m supposed to fill in the blank so that I select all button html elements, I’ve tried putting ‘button’ and “button” but for some reason it won’t accept it. Thank you for any help given here

1 Answer

try 'BUTTON'

I just tried that and it didn’t work