All Projects → thomaspark → Cinnamon.js

thomaspark / Cinnamon.js

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

Labels

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].