You are viewing limited content. For full access, please sign in.

Question

Question

Execute javascript when clicked delete row in collection

asked on March 18, 2020

Hi everyone,

A help, I require to execute a function when i click on the "x" to delete a row from a collection.

Is this possible?

Thank you.

0 0

Replies

replied on March 18, 2020

I have found the solution

 

First: Assign a class to the collection

 

Second: The code used

 

$('.F3_Observaciones_Lista .cf-collection').on('click','.cf-collection-delete', function () {

    //Codigo necesario

  });

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.