Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgeraci/Coffee-Filter
A collection of coffeescript helpers that I've used across projects
https://github.com/mgeraci/Coffee-Filter
Last synced: 3 months ago
JSON representation
A collection of coffeescript helpers that I've used across projects
- Host: GitHub
- URL: https://github.com/mgeraci/Coffee-Filter
- Owner: mgeraci
- Created: 2012-08-23T20:59:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-25T19:02:18.000Z (over 11 years ago)
- Last Synced: 2024-05-22T18:31:56.916Z (6 months ago)
- Language: CoffeeScript
- Homepage: http://mgeraci.github.com/Coffee-Filter
- Size: 5.56 MB
- Stars: 69
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Coffee Filter
=============Coffee Filter is a collection of coffeescript helpers I've used across projects. [Check out the demo page](http://mgeraci.github.com/Coffee-Filter)!
It includes:
* hover tags for showing notes on an element (e.g., a username when hovering over an avatar)
* placeholder text for browsers that don't support the html5 spec
* textarea autoexpand when typing large blocks of text
* fill a square with an image of arbitrary dimensions
* position an image of arbitrary dimensions in a square
* saving and default states for buttons/links when using ajax
* autolink urls in a block of text (great for comments!)
* set a custom tabindex on an array of items
* outerHTML()
* a check to see if keyboard shortcuts should be enabled (if not ie8 or typing in a field)Thanks
------Special thanks to Reachably, the company at which I wrote most of these. Check out their [website](http://www.reachably.com) and [github](http://github.com/dtime).
License
-------The MIT License (MIT)
Copyright (c) 2012 Michael P. GeraciPermission 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 THE SOFTWARE.