https://github.com/thybag/base.js
A simple standalone library of useful JavaScript methods
https://github.com/thybag/base.js
Last synced: 12 months ago
JSON representation
A simple standalone library of useful JavaScript methods
- Host: GitHub
- URL: https://github.com/thybag/base.js
- Owner: thybag
- Created: 2012-07-28T16:29:20.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-06-08T17:06:48.000Z (about 13 years ago)
- Last Synced: 2025-06-09T03:38:17.886Z (about 1 year ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
base.js
---------------------
**base.js** is a simple standalone library of useful JavaScript methods available under the MIT License.
### Browser support
base.js has been tested to run in:
* Chrome
* Firefox 3.5, 3.6, 4, 5 and 6
* IE 9 (CSS3 transitions are unsupported, Ajax functions untested for IE8/7)
* Andorid Browser
* IOS Browser
### Packages
In addition to the base.js core a number of additional standalone utilty scripts are also provided.
* template.js - A super simple javascript templating utility class.
Licensing
---------------------
**MIT License**
Copyright (C) 2011 by Carl Saggs
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
**Other**
If you find the MIT Licence restricts you from using the provided code in the way you'd like,
just give me a buzz and I'd be more than happy to provide it to you under whatever licence satisfies
your needs.