that's odd. do you have a test page I can look at? thanks,
--Karl ____________ Karl Swedberg www.englishrules.com www.learningjquery.com On Nov 19, 2008, at 2:41 PM, Brian J. Cohen wrote:
If I just include the cluetip JS and CSS, I can activate cluetip pretty easily, with its default settings, by setting class="cluetip" on <a> tags. I want to override those defaults. For example, I tried setting: $(document).ready(function() { $("a.cluetip").cluetip({ activation: 'click' }); }); But the default behavior persists. Any help is greatly appreciated.