We use tool tip shortcodes to describe the column headers here:
https://rirank.com/ri-senate-social-media-rankings/
However clicking them (which is needed on mobile to see the tooltip) results in it tossing them to the top of the page due to the inserted “#” link. I saw in another thread that you recommended using this javascript:
jQuery(".x-extra").removeAttr(“href”);
But that did not work. The # link still appears. I also tried making the link:
href=“javascript:;”
But that did not work either, because it inserts a Span tag.
How can we use a tooltip that completely removes the link element? Thanks!