Karl Swedberg

Results 76 comments of Karl Swedberg

Strange. That doesn't happen to me on my demo pages. Can you post the URL of a page where you see that happening? By the way, that message is just...

Please calm down. You will not get help any sooner by yelling and swearing. If it's such a big bug, I'd recommend you fork the repo, fix it, and then...

Hi there, Glad you like the plugin! You didn't miss anything. Unfortunately, when I started writing it years ago, I didn't know much about organizing code or writing widgets so...

Hi there, I would suggest using a print stylesheet for that. In the stylesheet, just do something like: `#cluetip { display: none; }`

Hi there, Unfortunately, the plugin disregards the `positionBy` option when the tooltip is invoked from an `` element. Considering that the only reliable way to get the area's dimensions is...

Hi there, I haven't been able to reproduce this problem. There is no jQuery 1.10.3, by the way, but I assume you meant 1.10.2. Can you point me to a...

Thanks for the URL. The problem, it seems, is that you're calling `.cluetip()` on `` elements that have height and width of 0. Make them `display: block` and let me...

Hi @sandeepan-nath. Can you try the very latest build (that I just pushed) with the `escapeTitle` option set to `true`? That should work for you.

Hi GabyO, Could you put up a reduced test case somewhere so I can see what's going on? I'm not sure what the cause of the problem is and will...