[jQuery] cluetip retrieving parts of ajaxfile and noncaching in IE7
<div>Hi there to you all,</div>I try to make the tooltip retrieve an ID from an ajaxfile with this:<div> <div>$(document).ready(function() {<div> $('a').each(function() {</div><div> var thisHash = this.hash;</div>
<div> $(this).cluetip({ </div><div> ajaxProcess: function(data) {</div><div> var $div = $('<div></div>').append(data).find(thisHash);</div><div> <span class="Apple-tab-span" style="white-space:pre"> </span> return $div;</div>
<div> </div><div> }</div><div> });</div><div> }); </div><div>});</div><div>
</div><div> ajaxCache set to false does not work in IE7</div><div>
</div><div>how to solve this? an example of this you can find here <a href="http://strikingconcepts.nl/development/cluetip/demo/">http://strikingconcepts.nl/development/cluetip/demo/</a></div>
<div>
</div><div>help appreciated!</div><div>
</div><div>
</div>