Override existing link event listener

I’m trying to override a link and change it with the .on JQuery event listener. I need to prevent it from redirecting and extract data
Test like

Hey @rosechhjny,

You can certainly remove click events with the .off() jQuery method but that will remove all click events and will cause the link to be useless unless you were to add a custom event after the fact.

If you’d like, feel free to reach out to me by sending an email to support@tadabase.io and I’ll be happy to follow up on this as I’m not 100% sure as to what your end goal here is. :slight_smile:

1 Like

Thanks Chem, I think the ng-click is the one that was utilize in the Link. I need to disable its redirection but it won’t work with .off