Accessing the Cluetip REL url
Newbie question that infers a potentially interesting feature (to some).
When I mouseover to invoke a cluetip using, as an example, the html text below, all is well:
<p><a class="jt" href="w:/1TUF-WEB/glossary/parsedtextpages/53/53-1/53-1-5.html?Abaddon" rel="w:/1TUF-WEB/glossary/parsedtextpages/53/53-1/53-1-5.html?Abaddon" title="Abaddon">53:1.5</a></p>
And, I know I can modify the cluetip (page) result, prior to display, by making changes in jquery.cluetip.js just after the ajaxProcess: (around line 599 in the latest version), for example to highlight a TERM.
My question is:
How the heck can I locate my invoking (REL) url's query string -- so that I can highlight the query string term(s) in the cluetip, the case above, the TERM Abaddon?
Any/all help is appreciated.
jQurious
Found the answer....
Post a reply if interested.