Advertisement
Bedhoel

Untitled

Sep 10th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var  html ='<div  >';
  2. html+='<div class="row"><div class="col-md-2">';
  3. html+='   <input type="text" placeholder="Nama File" class="form-control" name="nama_file[]">';
  4. html+='</div>';
  5. html+='<div class="col-md-2">';
  6. html+=' <input type="file" name="file[]" >';
  7. html+='</div>';
  8. html+='<div class="col-md-2">';
  9. html+='  <button  type="button" class="btn btn-danger">X</button>';
  10. html+='</div></div>';
  11. html+='<div class="row">';
  12. html+='<div class="col-md-5">';
  13. html+='<br/><img style="width:150px;height:150px" >';
  14. html+='</div>';
  15. html+='</div>';
  16. html+='<br/></div>';
  17. $("#gen_data").append(html);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement