How to disable the cursor description pop-up

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed May 01, 2013 3:25 pm
Reply with quote
Report this post
Hi there,

I have spent over an hour Googling this but cannot find it. How do I disable the little pop-up that comes up when I point my cursor to the menu items?
User avatar
Fresh Boarder

GK User
Thu May 02, 2013 9:45 am
Reply with quote
Report this post
You can add below js code to end of /templates/gk_startup/js/gk.scripts.js

Code: Select all
jQuery(document).ready(function(){
   jQuery("a").removeAttr("title");
});



This will remove all titles from links.

See you around...
User avatar
Platinum Boarder

GK User
Tue May 07, 2013 5:20 pm
Reply with quote
Report this post
Thank you very much boss.
User avatar
Fresh Boarder

GK User
Wed May 08, 2013 2:50 am
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron