Copy link to clipboard
Copied
I want to have a CFM page were words on the page are links that on rollover make a div tag visible and populate the div tag with a query content. Is this possible to do on rollover?
So I want to run the query on rollover based on what word they rollover.
Copy link to clipboard
Copied
Write your query in a cfc.
Bind your div to the cfc.
Write a js function to hide or show the div and call it on rolling over your link.