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: about 1 year 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T22:04:08.000Z (over 10 years ago)
- Last Synced: 2025-01-16T04:25:56.162Z (about 1 year ago)
- Topics: javascript, jquery, prototypes
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 3
- 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)