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

File style not working for dynamically generated file upload input box

codetestmg opened this issue · comments

$('#add_new_repair').click(function(){

i++;

var mydata='

Model Image *
';
$("#dynamic_data").append(mydata);

});