https://github.com/vladocar/o---js-library-for-object-manipulation
o - JS Library for Object Manipulation
https://github.com/vladocar/o---js-library-for-object-manipulation
javascript js js-library object-manipulation objects
Last synced: 11 months ago
JSON representation
o - JS Library for Object Manipulation
- Host: GitHub
- URL: https://github.com/vladocar/o---js-library-for-object-manipulation
- Owner: vladocar
- Created: 2011-08-17T12:02:42.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-17T14:04:16.000Z (over 14 years ago)
- Last Synced: 2023-04-12T15:07:00.760Z (about 3 years ago)
- Topics: javascript, js, js-library, object-manipulation, objects
- Language: JavaScript
- Homepage: http://www.vcarrer.com/
- Size: 138 KB
- Stars: 31
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
o - JS Library for Object Manipulation
o - is simple lightweight JavaScript library for basic object manipulation. Compressed and gzipped weights around 0,5 kb. It should work on IE 5.5 and latter. Also there is lite version that doesn't make hasOwnProperty check that will run faster and with less code.
Learn more on: http://vladocar.github.com/o---JS-Library-for-Object-Manipulation/
The object methods can be found here (Object Auto Documentation): http://dl.dropbox.com/u/2111778/AutoObjectDocumentation/demos/autoDocs-o-prettify.html
Note* : Some new methods are added setStorage, getStorage, removeStorage that will work only in the new browsers.