pekebyte / pekeUpload

jQuery html5 file uploader plugin
http://pekebyte.github.io/pekeUpload
Other
82 stars 73 forks source link

Pass object selector in on change event instead of the object #27

Closed Rhetorical closed 8 years ago

Rhetorical commented 8 years ago

The on change requires the selector name, but was receiving object itself. When attempting to use the plugin on a form that had multiple inputs I found that any other input field when changed was causing the on change event to be called.