/bootstrap-filestrap

Bootstrap FileStrap is a simple plugin to help you stylize file entries of your form

MIT LicenseMIT

bootstrap-filestrap

Bootstrap FileStrap is a simple plugin to help you stylize file entries of your form.

Maintained by Thiago Suchorski @suchorski

Installation

It can be installed via npm

npm install -g filestrap

or via bower

bower install filestrap

Found a bug?

Please open a new issue

####Please tell about the issue

  • Browser
  • Plugins
  • Others...

How to use

Default options:

browserText: ''
hasTrash: true
trashText: ''

To stylize a specific id

$('#id').filestrap(options);

To clear it's content

$('#id').filestrap('clear');

To change the placeholder

$('#id').filestrap('placeholder', 'new placeholder text');