0.0.2 • Published 6 years ago

iptools-jquery-fileupload v0.0.2

Weekly downloads
1
License
-
Repository
github
Last release
6 years ago

iptools-jquery-fileupload Build Status

Displays the filename from the selected file in a sepparate container.

Features

  • Displays the filename from the selected file in a sepparate container.

Requirements

  • jQuery >=1.11.3 <4.0.0

Example

<div class="file-upload">
  <div class="file-upload__selected-file"><!-- filename will be displayed here--></div>
  <input class="file-upload__field" type="file">
</div>

Contributions

Development

  • bundle install
  • npm install

Bug reports, suggestions

  • File all your issues, feature requests here
  • If filing a bug report, follow the convention of Steps to reproduce / What happens? / What should happen?
  • If you're a developer, write a failing test instead of a bug report and send a Pull Request

Code

  1. Fork it ( https://github.com/[my-github-username]/iptools-jquery-fileupload/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Develop your feature by concepts of TDD, see Tips
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

Tips

Following tasks are there to help with development:

  • grunt watch:bdd listens to tests and source, reruns tests
  • grunt qa run QA task that includes tests and JSHint and SCSSLint
  • grunt build minify source to dist/

Licence

Copyright © 2015 Interactive Pioneers GmbH. Licenced under GPLv3.