Use of JQuery to Suppress Tooltips
Posted: Thu Jun 04, 2020 11:51 pm
Hi All,
As a follow-on from my post in the Stylesheets topic (I''ve raised a bug with Madcap for that original issue), does anyone know if I can suppress the tooltips using jQuery?
I have tried following the details from a website and inserting the following code into the Master Page:
$(function(){
$('*').tooltip({
track: true
});
$(".raise_a_ticket-button").tooltip("disable");
});
This however, is not working, and the tooltips are still displayed.
Any assistance with this would be greatly appreciated.
Many Thanks
Adrian
As a follow-on from my post in the Stylesheets topic (I''ve raised a bug with Madcap for that original issue), does anyone know if I can suppress the tooltips using jQuery?
I have tried following the details from a website and inserting the following code into the Master Page:
$(function(){
$('*').tooltip({
track: true
});
$(".raise_a_ticket-button").tooltip("disable");
});
This however, is not working, and the tooltips are still displayed.
Any assistance with this would be greatly appreciated.
Many Thanks
Adrian