I'mdynamicallyaddingthesummernotebelowingreen.I'mactuallycloningtheonesabove.OfcourseIwouldhaveaproblemwiththatotherwiseitwouldnotbeprogramming.Addedpublisherfunctionsdonotwork.CouldanyonetellmewhatIshoulddotogetaroundthisproblem?
I'musingthecodebelowtoaddit.
$(document).on('click','.adicionar',function(){varcontent=$("#perguntas_formatadas").html();
$("#clone_perguntas_formatadas").append(content);
$("#clone_perguntas_formatadas .form-group").attr("data-remove", 1);
});