--- id: bad87fee1348bd9aec908852 title: Create a Class to Target with jQuery Selectors challengeType: 0 videoUrl: '' localeTitle: '' --- ## Description undefined ## Instructions undefined ## Tests
```yml tests: - text: قم target الفئة target على كل عنصر من عناصر button الخاص بك. testString: 'assert($(".target").length > 5, "Apply the target class to each of your button elements.");' ```
## Challenge Seed
```html

jQuery Playground

```
## Solution
```js // solution required ```