Skip to content

Instantly share code, notes, and snippets.

View seamus-oconnor's full-sized avatar

Séamus O'Connor seamus-oconnor

View GitHub Profile
### Keybase proof
I hereby claim:
* I am seamus-oconnor on github.
* I am soconnor (https://keybase.io/soconnor) on keybase.
* I have a public key whose fingerprint is 61E2 98FD 107F 7F80 4B31 9802 06EF 3335 22CA 2015
To claim this, I am signing this object:
/*
You can now create a spinner using any of the variants below:
$("#el").spin(); // Produces default Spinner using the text color of #el.
$("#el").spin("small"); // Produces a 'small' Spinner using the text color of #el.
$("#el").spin("large", "white"); // Produces a 'large' Spinner in white (or any valid CSS color).
$("#el").spin({ ... }); // Produces a Spinner using your custom settings.
$("#el").spin(false); // Kills the spinner.