Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honza/140medley
A micro-framework or a collection of small, helpful utilities for common javascript tasks.
https://github.com/honza/140medley
Last synced: about 6 hours ago
JSON representation
A micro-framework or a collection of small, helpful utilities for common javascript tasks.
- Host: GitHub
- URL: https://github.com/honza/140medley
- Owner: honza
- License: other
- Created: 2011-06-01T01:32:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-24T23:40:01.000Z (almost 12 years ago)
- Last Synced: 2024-04-16T01:44:51.944Z (7 months ago)
- Language: JavaScript
- Homepage: https://github.com/honza/140medley
- Size: 133 KB
- Stars: 350
- Watchers: 29
- Forks: 45
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
140 medley
==========This is a micro-framework or a collection of small, helpful utilities for
common javascript tasks.### Size
* Source: 8.6 kb
* Minified: 821 bytes
* gzipped: 504 bytes### Features
* templating - `t();`
* local storage - `s();`
* bind/unbind events - `b();`
* create DOM elements - `m();`
* DOM selector - `$();`
* Get cross-browser xhr - `j();`Inspired by [140bytes][bytes].
[bytes]: https://gist.github.com/962807