clueTip : How to set the Title from an external page/AJAX?

clueTip : How to set the Title from an external page/AJAX?

Hi Guys

I have my clueTip loading from an external page based on the string in the HTML tag's id attribute, code as follows.
  1. //HTML
  2. <span id="http://someothersite.com/clueTipAjax.asp?id=5683">Hover over me for clue tip no 5683</span>
  3. //Javascript
  4. $('span').cluetip({attribute: 'id', arrows: true, cluetipClass: 'jtip', closePosition: 'title',  sticky: true,  closeText: 'killme' });


So here is my question : How do set the title of the clueTip from the same external page that it get’s it’s content?

In all the demo’s, if there is a title on the clueTip, it is set by the title attribute of the HTML tag. This prevents me from loading a title automatically based on the external pages id parameter

Thank you in advance for your time help with this.
Regards
CJ