On Wed, Mar 5, 2008 at 11:09 AM, Dylan Verheul <[EMAIL PROTECTED]> wrote: > I'd like to set a default style for cluetips in my project.
Quick update: I solved it by changing the CSS -- nothing wrong with that since I don't need the other styles. For people that do, my original question may still be valid. Venturing into cluetipe (great stuff), I came across the following. When you want to use both local and Ajax data, you are required to do separate calls. The plugin could be smart enought to handle this. - if there's a rel attribute, use ajax, else go for title attribute - if the title attribute contains splitters, split it - if the first char of the title attribute is a splitter char, hide the title This would "make me think of" (and make me code) much less calls. Dylan