---
title: Create a Class to Target with jQuery Selectors
---
# Create a Class to Target with jQuery Selectors
---
## Problem Explanation
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 1
Edit the classes
---
## Solutions
Solution 1 (Click to Show/Hide)
```html