79113768

Date: 2024-10-22 11:18:01
Score: 0.5
Natty:
Report link

I was looking something else and found your question. Passed a long time since your question

You can do it via jQuery and e.preventDefautl()

<script>
    jQuery('body').on('click', 'a[href^="tel:"]', function(e) {
        e.preventDefault();
        console.log('clicked phone');
    });
</script>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sak