--- title: Create a Class to Target with jQuery Selectors --- ## Create a Class to Target with jQuery Selectors The last challenge had you adding some classes to your ```html ``` elements to style them, this time you are required to add other classes to those buttons which would allow jQuery to target them. ### Hint Edit the classes ### Solution Since you have to add the ``` target ``` class, the following is the solution: ```html

jQuery Playground

```