Skip to content

Instantly share code, notes, and snippets.

@ss81
Created May 5, 2014 16:18
Show Gist options
  • Save ss81/a1dd7ff566097f402c6e to your computer and use it in GitHub Desktop.
Save ss81/a1dd7ff566097f402c6e to your computer and use it in GitHub Desktop.
Cursor styles
$('body').css('cursor', 'wait');
$('body').css('cursor', 'default');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment