Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jonathanpoh on github.
  • I am jpoh (https://keybase.io/jpoh) on keybase.
  • I have a public key ASCTJDZSfu-wCjuahEzRYglF8U_azj5JDYoXyRk2KWy-lwo

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.