markusslima / bootstrap-filestyle

jQuery customization of input html file for Bootstrap Twitter

Home Page:http://markusslima.github.io/bootstrap-filestyle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dragdrop doesnt work if loaded via ajax

cos2000 opened this issue · comments

When i add filestyle to a filefield in my html code, all works fine.

When the filefield is loaded via ajax and i add filestyle, all works fine, except the dragdrop functionality. The filefield is styled, all buttons are named as I defined it in filestyle and all works fine, but i cant drag anything. When i drop a file on the filefield nothing happens...

Tested in Firefox and Chrome - Both Browsers show the same behavior.

It doesnt matter if i add filestyle via inline scripting or external js file. The Problem only occures when i load the html code of the filefield via ajax...