filestrap

1.0.0 • Public • Published

bootstrap-filestrap

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

Maintained by Thiago Suchorski @suchorski


Please send to (issues) problems with the plugin, also send mode details as:

  • Browser
  • Version
  • Examples using jsfiddle.net
  • Other plugins involved

Detail the most of your problem to speed up the fix.


Found a bug?

Please open a new issue

Copyright and license

MIT Licence.


How to use

Default options:

browserText: ''
hasTrash: true
trashText: ''

To stylize a specific id

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

To clear it`s contents

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

To change the placeholder

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

Package Sidebar

Install

npm i filestrap

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • suchorski