Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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();
});

```