--- id: bad87fee1348bd9aeda08726 title: Eliminare le funzioni 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-- Queste animazioni erano interessanti in un primo momento, ma ora stanno diventando una distrazione. Elimina tutte e tre queste funzioni jQuery dalla tua `document ready function`, ma lascia intatta la `document ready function` stessa. # --hints-- Tutte e tre le funzioni jQuery dovrebbero essere eliminate dalla `document ready function`. ```js assert(code.match(/\{\s*\}\);/g)); ``` Dovresti lasciare intatto l'elemento `script`. ```js assert(code.match(/

jQuery Playground

#left-well

#right-well

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

jQuery Playground

#left-well

#right-well

```