fgnass / spin.js

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

Make spinner modal #249

Closed xenon1337 closed 10 years ago

xenon1337 commented 10 years ago

Hello everyone,

I don't think this is really an issue, but it would be great if you could configure the spinner to be modal, so the user cannot interact with the site when e.g. an AJAX request is being processed. Or does anyone have a solution to this?

Thanks in advance and regards Sebastian

fgnass commented 10 years ago

Well, this is out of the scope of this library, but you could probably use something like http://malsup.com/jquery/block to achieve this.