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

Add ability to invoke on dynamically created file inputs #16

Open lifeinafolder opened 11 years ago

lifeinafolder commented 11 years ago

Currently, there doesn't seem to be a way to use it on file input elements that are adding dynamically to the DOM.

kmilligan commented 11 years ago

I'd also like to see this.

brandonkm commented 11 years ago

I think this issue is inadvertently related to issue 20.

Any file inputs dynamically added to the DOM would need a DOMNodeInserted event bound at the document level at the minimum in order to achieve this.