grevory / bootstrap-file-input

Standardizes the file input field to look like a Bootstrap button in all browsers
Other
179 stars 63 forks source link

handling file input change event via body #25

Closed trushkevich closed 10 years ago

trushkevich commented 10 years ago

Hi! I discovered an issue - with original version file inputs that are cloned do not have change event handlers bound. This commit fixes that.

grevory commented 10 years ago

Thanks!