let colCount = 1; function addForm(){ console.log('et'); let col = $("#col_add_Kalori") let html = ''; html += `
` col.append(html) colCount++; } function removeCol(count){ $(`#col-${count}`).remove() }