Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxy/js-graveyard
Pure Javascript and jQuery prototypes that failed to make the cut.
https://github.com/nuxy/js-graveyard
javascript jquery prototypes
Last synced: 5 days ago
JSON representation
Pure Javascript and jQuery prototypes that failed to make the cut.
- Host: GitHub
- URL: https://github.com/nuxy/js-graveyard
- Owner: nuxy
- License: other
- Created: 2015-10-04T21:38:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T22:04:08.000Z (about 9 years ago)
- Last Synced: 2023-03-14T13:20:28.554Z (over 1 year ago)
- Topics: javascript, jquery, prototypes
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JS Graveyard (RESURRECTED)
Pure Javascript and jQuery prototypes that failed to make the cut.
## About
They had so much promise, but the differences in browser implementations killed them.
Most of the issues I have faced, as you will immediately notice when running these scripts on varying web browsers is related to animation performance, specifically Internet Explorer. I am hoping to revive these scripts someday when Microsoft finally releases a web browser that somewhat follows standards. ~~Until that day, I wait patiently~~.
## Repository
The scripts added within this repository normally will come in pairs. One is implemented in jQuery and one using Pure Javascript. I generally take this approach to weight performance across the different implementations.
## Usage
These scripts come with no documentation or warranties. Feel free to use them, but be wary.
## Author
[Marc S. Brooks](https://github.com/nuxy)