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
- Host: GitHub
- URL: https://github.com/thejoin95/jsutils
- Owner: TheJoin95
- License: mit
- Created: 2015-12-20T20:49:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T22:48:14.000Z (over 10 years ago)
- Last Synced: 2025-04-13T16:46:12.954Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```