thomaspark / cinnamon.js

Find in-page content by synonym, using the browser's built-in find function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cinnamon.js

Cinnamon.js takes some of the pain out of naming things. It’s a script that allows users to find links, images, and other content by their synonyms, using the browser’s built-in Find function.

Cinnamon.js screenshot

Usage

Add cinnamon.js just before your body’s end tag.

<script src="cinnamon.min.js"></script>

Then wrap your element of choice (span tags are recommended) and give it a data-cinnamon attribute with a comma-separated list of synonyms as its value. If you wrap an image, its alt text will also be used.

<span data-cinnamon="Azure,Cerulean,Cobalt">Blue</span>

Demo

See Cinnamon.js in action here.

Browser Support

Supports modern browsers and IE8+.

Contact

Thomas Park

License

Copyright 2013 Thomas Park.

Released under the MIT License.

About

Find in-page content by synonym, using the browser's built-in find function

License:MIT License


Languages

Language:HTML 58.5%Language:JavaScript 41.5%