--- id: bad87fee1348bd9aeda08726 title: 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-- こうしたアニメーションは当初は素敵でしたが、今では少し飽きられています。 これら 3 つの jQuery 関数のすべてを `document ready function` から削除してください。ただし、`document ready function` 自体はそのままにしておいてください。 # --hints-- 3つの jQuery 関数のすべてを `document ready function` から削除します。 ```js assert(code.match(/\{\s*\}\);/g)); ``` `script` 要素をそのまま残しておきます。 ```js assert(code.match(/

jQuery Playground

#left-well

#right-well

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

jQuery Playground

#left-well

#right-well

```