--- id: bad87fee1348bd9aeda08726 title: Delete Your jQuery Functions challengeType: 6 forumTopicId: 17561 required: - link: 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.css' dashedName: delete-your-jquery-functions --- # --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. # --hints-- All three of your jQuery functions should be deleted from your `document ready function`. ```js assert(code.match(/\{\s*\}\);/g)); ``` You should leave your `script` element intact. ```js assert(code.match(/

jQuery Playground

#left-well

#right-well

``` # --solutions-- ```html

jQuery Playground

#left-well

#right-well

```