--- id: bad87fee1348bd9aeda08726 required: - link: 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.css' challengeType: 6 forumTopicId: 17561 localeTitle: 删除 jQuery 函数 --- ## Description
这些动画开始看起来很酷,但是有时可能会让用户分心。 请删除document ready function内的三个 jQuery 函数,但保留document ready function本身。
## Instructions
## Tests
```yml tests: - text: 删除document ready function中的三个 jQuery 函数。 testString: assert(code.match(/\{\s*\}\);/g)); - text: 保持script标签不变。 testString: assert(code.match(/

jQuery Playground

#left-well

#right-well

```
## Solution
```html

jQuery Playground

#left-well

#right-well

```