Skip to content

Instantly share code, notes, and snippets.

@srobbin
Created March 5, 2012 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save srobbin/1979034 to your computer and use it in GitHub Desktop.
Save srobbin/1979034 to your computer and use it in GitHub Desktop.
Intelligist Demo: Live JS
/*
We can even execute JavaScript.
For example, here is a simple jQuery plugin that shuffles the "Demo" heading text above.
http://tutorialzine.com/2011/09/shuffle-letters-effect-jquery/
*/
$("#demo-header").shuffleLetters();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment