I am making a file uploader. I am trying to make it so that when one input field is filled it creates a new input field. My issue is in binding the event handler to dynamically created elements. My code can be found at the following URL: http://jsfiddle.net/sJ5Az/
If you look in the scripts section at the line indicated, the issue is that the event handler is not actually set here. It does not produce any visible errors or console errors.