Skip to content
A small (and growing) collection of JavaScript helper functions.
CSS CoffeeScript JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
.grunt
dist
docs
src
.bowerrc
.gitignore
Gruntfile.coffee
LICENSE.txt
README.md
bower.json
index.html
package.json

README.md

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

  1. Install with bower: bower install helpers.js
  2. 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

API Docs

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
Something went wrong with that request. Please try again.