Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 427 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 427 Bytes

jQuery File Input Thumb

I loved this example @ HTML5 Rocks, so decided to make a basic jQuery plugin that wraps pretty much the exact same code http://www.html5rocks.com/en/tutorials/file/dndfiles/

Usage

$('#file-input').imagePreview(); // Inserts the preview image before the file input

$('#file-input').imagePreview({ selector : '#thumb-container' }); // Custom preview container