/meowify

Meowify your website

Primary LanguageCSSMIT LicenseMIT

meowify

Meowify is a jQuery plugin created in recognition of National Cat Day (October 29). Just include it in your template and get meowifed.

DEMO

Include the script:

<script src="meowify.js"></script>

Call the meowify() function on any element you'd like to meowify!

Example (this makes all links meow!):

<script>
  $('a').meowify();
</script>