Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter 102256je

    (@102256je)

    Thanks, just tried it on our test/preview site and replacing var url = (e.target.hasAttribute('href')) ? e.target.getAttribute('href') : e.target.closest('[href]').getAttribute('href'); with var url = (e.target.hasAttribute('href')) ? e.target.getAttribute('href') : $(this).closest('[href]').attr('href'); did the trick. Appreciate your help.

Viewing 1 replies (of 1 total)