$(document).ready(function() { $('.unit_kerja').select2(); $('.sub_unit_kerja').select2(); $('.klasifikasi_dok').select2(); $('.kategori_dok').select2(); }); let colCount = 1; function addForm(){ let col = $("#col_add_file") let html = ''; html += `
` col.append(html) colCount++; } function removeCol(count){ $(`#col-${count}`).remove() }