beautytips

Does anyone could make Excanvas work in IE 8 with jQuery?

I used to work on a jQuery plugin named 'BeautyTips' and it was working just fine. But, since I've installed IE 8, this plugin stop working 'cause it needs Excanvas to make IE draw the vectors, images etc. I've tried to download the newer version of Excanvas but it's not workint at all... thanks ...

Explorer Canvas r3

I am using Explorer Canvas r3 with the jQuery plugin BeautyTips. I receive this error when I hover over the beauty tip, htmlfile: Unknown runtime error. In the previous version, it would just fine. I need to upgrade to this version for IE8. Thanks for the help! ...

jQuery Validation Plug-in With BeautyTips

hey folks, I'm looking to incorporate the jQuery.validation plugin into a project I'm working on and wondering if anyone knows of a way to display the error messages using BeautyTips. Somthing along the lines of this: $("#myForm" ).validate({ onfocusout: false, onkeyup: false, showErrors: function(errorMap, errorList) { ...

Can anyone please show a simple example of using BeautyTips?

Hi, Looking for a simple example of how beautytips can be used( HTML + CSS included)? My requirement is this - I am displaying product names.On hovering of product name,I want to display products image in the tooltip.How can I do this? thanks ...

how can I become an image creator?

I'm a web developer but I usually have difficulties making my apps beautiful. I need to learn how to create good images, icons, backgrounds, logos, etc. the problem is, I don't know for sure where do I start. I need guidance. can you guys show me a pathway to learn that kind of stuff from zero to expert? what do I have to read? what do ...

Refreshing beauty tips.

How do you refresh the beauty tips plugin? I'm trying to change beauty tips applied to an element when on a click event. I would be happy either disabling the beauty tip for that element when it is clicked or changing the content of the beauty tip when it is clicked. It seems like I can change the "options" array no problem, but it...

How to make jQuery Beauty Tip stay open as long as the cursor is over the tooltip text?

I am using jQuery beauty tips (which is also using hoverIntent plugin) and I would like to display an href link inside the tooltip text and allow the user to click on the link. However, as soon as we leave the anchor, the toottip text disappears after some timeout (that we can define) So I would like to keep the the tooltip text opene...