An open API service indexing awesome lists of open source software.

https://github.com/thejoin95/jsutils

Useful JavaScript functions for JS purists
https://github.com/thejoin95/jsutils

Last synced: 12 months ago
JSON representation

Useful JavaScript functions for JS purists

Awesome Lists containing this project

README

          

# JSUtils
*Useful JavaScript functions for JS purists and JQuery haters.*

### Usage

You can get it from [Bower](http://bower.io/)

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

Load the script file in your application:

```html

```

##### OR

You can just download this repository:

```sh
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:

```html

```

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

```html

```