I’m developing a site that uses some jargon. Is there a way to automatically add a tool tip to any use of a specific word or string site wide?
Hmmm
Cheers
Bruce.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
January 31, 2012 7:25am
Subscribe [3]#1 / Jan 31, 2012 7:25am
I’m developing a site that uses some jargon. Is there a way to automatically add a tool tip to any use of a specific word or string site wide?
Hmmm
Cheers
Bruce.
#2 / Jan 31, 2012 7:40am
Hi,
did you look at footnotes or nsm-footnotes
#3 / Jan 31, 2012 7:54am
Thanks, that might do it. Still some inline coding needed though.
#4 / Jan 31, 2012 7:58am
Oups, sorry, I hit the post button a bit quickly 😉
Yes, it’s just for foot notes, but I think that with some JS, you could convert it to tooltip.
Regards,
Pv
#5 / Feb 01, 2012 5:28pm
Yes, I’d probably say go with JS.
Alternatively you could create a SQL script that makes the changes directly in the DB. You can then call it from shell script that’s run by a cron job so as to automate it.