Karl et al, I just tried to link directly to the examples tab of the demo page for ClueTip. Unless there's a trick that I don't know about (and please educate me, if that's the case!), there's no way to do that.
May I suggest using location.hash in demo.js to see if it matches any of the hrefs in "#navigation a" and navigating to the appropriate tab? Maybe: if ($('#navigation [EMAIL PROTECTED]' + location.hash + ']').length > 0) { $('#navigation [EMAIL PROTECTED]' + location.hash + ']').click(); } That would allow, e.g., http://plugins.learningjquery.com/cluetip/demo/#examplesection to work as expected. Just a thought, Pyro