--- 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 localeTitle: Удалить функции jQuery --- ## Description
Сначала эти анимации были классными, но теперь они становятся отвлекающими. Удалите все три из этих функций jQuery из функции document ready function , но не оставляйте свою document ready function неповрежденной.
## Instructions
## Tests
```yml tests: - text: Delete all three of your jQuery functions from your document ready function. testString: assert(code.match(/\{\s*\}\);/g)); - text: Leave your script element intact. testString: assert(code.match(/

jQuery Playground

#left-well

#right-well

```
## Solution
```html

jQuery Playground

#left-well

#right-well

```