');
});
$(document).on('click', '.btn_remove', function(){
var button_id = $(this).attr("id");
$('#row'+button_id+'').remove();
});
});
$(document).ready(function(){
var i=0;
$('#addwork').click(function(){
i++;
$('#dynamic_field').append('
'
+'
'
+'
'
+''
+''
+'
'
+'
'
+''
+''
+'
'
+'
'
+''
+''
+''
+'
'
+'
'
+'
'
+'
'
+''
+''
+'
'
+'
'
+''
+''
+'
'
+'
'
+''
+'
'
+' Masih bekerja'
+'
'
+'
'
+''
+'
'
+'
'
+'
'
+''
+''
+'
'
+'
'
+''
+'
');
});
$(document).on('click', '.btn_remove', function(){
var button_id = $(this).attr("id");
$('#row'+button_id+'').remove();
});
});
$(document).ready(function(){
var i=1;
$('#addskill').click(function(){
i++;
$('#dynamic_field').append('
'
+'
'
+'
'
+''
+''
+''
+'
'
+'
'
+''
+''
+'
'
+'
'
+'
'
+'
'
+''
+''
+'
'
+'
'
+''
+'
');
});
$(document).on('click', '.btn_remove', function(){
var button_id = $(this).attr("id");
$('#row'+button_id+'').remove();
});
});
$(document).ready(function(){
var i=1;
$('#addlang').click(function(){
i++;
$('#dynamic_field').append('
'
+'
'
+'
'
+''
+''
+''
+'
'
+'
'
+''
+''
+'
'
+'
'
+''
+'
');
});
$(document).on('click', '.btn_remove', function(){
var button_id = $(this).attr("id");
$('#row'+button_id+'').remove();
});
});
$(document).ready(function(){
var i=1;
$('#adddocument').click(function(){
i++;
$('#dynamic_field').append('
'
+''
+'
'
+'
'
+'
'
+''
+''
+'
'
+'
'
+'
'
+''
+''
+'
'
+'
'
+''
+'
');
});
$(document).on('click', '.btn_remove', function(){
var button_id = $(this).attr("id");
$('#row'+button_id+'').remove();
});
});
// Add the following code if you want the name of the file appear on select
$(".custom-file-input").on("change", function() {
var fileName = $(this).val().split("\\").pop();
$(this).siblings(".custom-file-label").addClass("selected").html(fileName);
});