--- id: bad87fee1348bd9aeda08726 title: Delete Your jQuery Functions required: - link: 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.css' challengeType: 6 forumTopicId: 17561 --- ## Description
These animations were cool at first, but now they're getting kind of distracting. Delete all three of these jQuery functions from your document ready function, but leave your document ready function itself intact.
## Instructions
## Tests
```yml tests: - text: All three of your jQuery functions should be deleted from your document ready function. testString: assert(code.match(/\{\s*\}\);/g)); - text: You should leave your script element intact. testString: assert(code.match(/

jQuery Playground

#left-well

#right-well

```
## Solution
```html

jQuery Playground

#left-well

#right-well

```