--- 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-- 這些動畫開始看起來很酷,但是有時可能會讓用戶分心。 請刪除 `document ready function` 內的三個 jQuery 函數,但保留 `document ready function` 本身。 # --hints-- 應該刪除 `document ready function` 中的三個 jQuery 函數。 ```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

```