File style not working for dynamically generated file upload input box
codetestmg opened this issue · 0 comments
codetestmg commented
$('#add_new_repair').click(function(){
i++;
var mydata='
Model Image *
';$("#dynamic_data").append(mydata);
});