These animations were cool at first, but now they're getting kind of distracting.
Delete all three of these jQuery functions from your <code>document ready function</code>, but leave your <code>document ready function</code> itself intact.
</section>
## Instructions
<sectionid='instructions'>
</section>
## Tests
<sectionid='tests'>
```yml
- text: Delete all three of your jQuery functions from your <code>document ready function</code>.
testString: 'assert(code.match(/\$\(document\)\.ready\(function\(\)\s?\{/g), ''Leave your <code>$(document).ready(function() {</code> to the beginning of your <code>script</code> element.'');'
testString: 'assert(code.match(/<\/script>/g) && code.match(/<script/g) && code.match(/<\/script>/g).length === code.match(/<script/g).length, ''Leave your <code>script</code> element closing tag intact.'');'