helpers.js
A small (and growing) collection of JavaScript helper functions. Developed, adapted, or stolen by the StyleSeek Engineering Team over the years. They have proven useful enough that we found ourselves copying them to all of our projects.
Installation
- Install with bower:
bower install helpers.js - Then add helpers.js to your page in the normal fashion, via a
<script>tag
If you're not using bower, download the file (minified) and add it to your project manually.
Documentation
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request