Hi
I have put a modal toggle on top of a clickable column, the problem is that when i try to click the modal toggle the clickable column also gets triggered. I would like the clickable column to be triggered everywhere except from clicking the modal toggle. How can I achieve it?
$('#forsaljning').on('click touched', function() {
window.location.href = 'link'; });

Thank you!
