$(".coral3-Multifield-item").each(function( index ) {}this loop is not working for the newly added items. $("coral-multifield").children("button[coral-multifield-add]").on("click", function() { $(".coral3-Multifield-item").each(function( index ) { console.log("add item"); })...