asked on February 16, 2017
Hi,
I have used a dropdown to populate a list of names and emails inside a collection rather than a table. What I want to do is copy the contents of the collection row prior to its deletion. When i place an event on the ".cf-collection-delete" it only seems to work for the first row.
Below is just a simple event test but it only seems to work for the first row.
$(".Section_Assign .cf-collection-delete").on("click", function(){
alert("Clicked");
});
Is there something I am missing?
Cheers
0
0