https://github.com/michaelhenry/my-image-preloader
This is an easy to use 'image preloader' 'jQuery plugin'. To use, define the ID or class of an image container. Then add an attribute for data-url for the source of an image and that's it. Preloading images is useful because it hides the process of loading them.
https://github.com/michaelhenry/my-image-preloader
Last synced: 10 months ago
JSON representation
This is an easy to use 'image preloader' 'jQuery plugin'. To use, define the ID or class of an image container. Then add an attribute for data-url for the source of an image and that's it. Preloading images is useful because it hides the process of loading them.
- Host: GitHub
- URL: https://github.com/michaelhenry/my-image-preloader
- Owner: michaelhenry
- Created: 2011-04-21T17:20:08.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-05-27T16:51:50.000Z (over 12 years ago)
- Last Synced: 2025-01-29T10:27:37.708Z (12 months ago)
- Language: JavaScript
- Homepage: http://www.michaelhenrypantaleon.com/myImagePreloader
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jQuery MyImagePreloader
This is an easy to use 'image preloader' 'jQuery plugin'. To use, define the ID
or class of an image container. Then add an attribute for data-url for the
source of an image and that's it. Preloading images is useful because it
hides the process of loading them.
## Author
- Michael Henry Pantaleon