Skip to content

Instantly share code, notes, and snippets.

@ggamel
Forked from srobbin/gist:1979034
Created October 12, 2012 13:25
Show Gist options
  • Save ggamel/3879182 to your computer and use it in GitHub Desktop.
Save ggamel/3879182 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