Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vagh27/seuss.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#seuss.js #####a plugin that will transform a website into something of good old dr. seuss' dreams...but your nightmares

##demo http://seuss.johnvaghi.com

basic implemenation

	$('.mySelector').seuss();

##config options (followed by their defaults)

$('.mySelector').seuss({
	selectors : ['p','h1','h2','h3','h4','a','div','span'], //array of selectors to seuss-ify
    unSeuss: '.unSeuss' //selector that will, when clicked, revert the webpage to it's original state
});

##in the works

  • onSeuss callback function
  • background colors
  • insertion of random seuss lines (assuming i won't be immediately sued)
  • ability to toggle off seuss-ification options

##dependencies

  • jQuery

About

the good dr's dying wishes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published