-
-
Save ggamel/3879182 to your computer and use it in GitHub Desktop.
Intelligist Demo: Live JS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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