1.0.0 • Published 8 years ago

filestrap v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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');