--- id: bad87fee1348bd9aeda08726 title: Exclua Suas Funções jQuery 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-- Esses animações eram legais no início, mas agora elas estão causando distração. Remova todas as três funções jQuery do seu `$(document).ready(function()`, mas deixe seu `document ready function` intacto. # --hints-- Todas as suas três funções jQuery devem ser excluídas do seu `document ready function`. ```js assert(code.match(/\{\s*\}\);/g)); ``` Você deve deixar seu elemento `script` intacto. ```js assert(code.match(/

jQuery Playground

#left-well

#right-well

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

jQuery Playground

#left-well

#right-well

```