Skip to content

Simple, automated complainy-case for your website!

License

Notifications You must be signed in to change notification settings

crabcode/whinify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whinify

Simple, automated complainy-case for your website! Try the live demo!

Whinify in action

Installation

It's easy! Just download the whinify.js script and include it like so:

<script src="path_to_file/whinify.js" defer></script>

That's it, the script will take care of the rest!

Customization

By default, the script attaches itself to all <textarea> and <input type="text"> elements it finds in your page.

If you want to add, remove, or target specific elements, IDs and classes, you can do so by changing the target array in the whinify.js file:

targets = [
    'input[type=text]',
    'textarea',
    '#myID',
    '.myClass'
];

About

Simple, automated complainy-case for your website!

Resources

License

Stars

Watchers

Forks