fgnass / spin.js

A spinning activity indicator
http://spin.js.org
MIT License
9.3k stars 1.02k forks source link

I can't get code straight off of spin.js.org to work #324

Closed OHCSupport closed 7 years ago

OHCSupport commented 7 years ago

I created a bare bones fiddle with code straight off of spin.js.org. As you can see, no spinner is created. What am I doing wrong?

TimothyGu commented 7 years ago

Check your browser console:

Uncaught ReferenceError: Spinner is not defined
    at (index):84

The <script> tags in the HTML box of the fiddle is executed before the JavaScript box, so Spinner isn't defined when HTML <script> tags are executed.