Greetings; here is what I am trying to accomplish. On my page, I have a hidden div; when I mouse over a link elsewhere on the page, I want to populate that hidden div with other data from the page to build the tip to display. Once that div is updated, then I want to cluetip to do its magic and display the new local content in that div.
AJAX is not an option for this app. Is there some way of using cluetip's onActivate option to block until that div is filled with content? I've also seen the hoverIntent option but would like to avoid adding another JS include on the page if possible. But, if the solution ends up being adding that and figuring out a reasonable delay, so be it. Thanks. - luis