TheJoin95 / JSUtils

Useful JavaScript functions for JS purists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSUtils

Useful JavaScript functions for JS purists and JQuery haters.

Usage

You can get it from Bower

bower install git://github.com/UstymUkhman/JSUtils.git

Load the script file in your application:

<script type="text/javascript" src="bower_components/JSUtils/dist/utils.js"></script>
OR

You can just download this repository:

git clone https://github.com/UstymUkhman/JSUtils.git

and include the script file in your application if you'd like to edit/extend the library:

<script type="text/javascript" src="./src/utils.js"></script>

Or, you can use the minified version if you just need some functions:

<script type="text/javascript" src="./src/utils.min.js"></script>

About

Useful JavaScript functions for JS purists

License:MIT License


Languages

Language:JavaScript 99.4%Language:HTML 0.6%