[jQuery] Cluetip not displaying on first mouseover
The issue seems to be rooted in trying to do some cross-site AJAX
magic. I need one site in our domain (foo.bar.com) to be able to
fetch the cluetip HTML from another site in our domain (bar.bar.com).
I've tried fetching the cluetip by
1. Setting up an Apache ProxyPass rule (http://httpd.apache.org/docs/
2.0/mod/mod_proxy.html#proxypass)
2. Having cluetip use a local PHP file for the AJAX call; this file
simply echoes a file_get_contents on the actual AJAX URL.
Both of these work; the cluetip text is fetched. However, when you
first mouseover the item, the waiting image appears, but the cluetip
never does. Mousing out and back in gets it to display.
Any idea on why this might be happening?
Cheers.
- luis