Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artrz/jb-image-input-popup-preview
https://github.com/artrz/jb-image-input-popup-preview
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/artrz/jb-image-input-popup-preview
- Owner: artrz
- License: mit
- Created: 2016-08-12T07:51:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T08:04:43.000Z (over 8 years ago)
- Last Synced: 2023-10-30T03:33:52.305Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JB Image Input Popup Preview
A simple jQuery plugin to show a popup preview on image file inputs using Bootstrap.
## Basic usage
```html
$(function () {
$('#image-input').jbImageInputPopupPreview();
});```