BeautyTips is a jQuery plugin which uses the
Questions tagged [beautytips]
12 questions
18
votes
7 answers
Possible to get Excanvas to work in IE 8?
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 because it needs Excanvas to make IE draw the vectors, images etc.
I've tried to download the newer version…

André Miranda
- 6,420
- 20
- 70
- 94
2
votes
2 answers
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…

ctrygstad
- 131
- 1
- 3
- 11
1
vote
1 answer
jQuery BeautyTips is stacking bubbles together when referenced elements aren't in the view port
We're using BeautyTips as a the mechanism for creating various kinds of bubbles for communicating with the user. For example, we have a help icon that shows a bubble with more information. We also use BT to display error and warning messages.
Here's…

amber
- 1,067
- 3
- 22
- 42
1
vote
3 answers
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…

fabien7474
- 16,300
- 22
- 96
- 124
1
vote
0 answers
trigger two different events using jquery beauty tip
I am using jquery beauty tips plugin to generate edit/view note info on note icon. I need to show tool tip text on mouse over of icon and also on click on icon note info should open in edit mode. I am trying to trigger both event but its not…

Technical Amit
- 23
- 6
1
vote
1 answer
how to align spike's position left and right in beautytips jquery plugin
I am using beautytips jquery plugin here is the demo link for one of my project. I have an image and when clicked on it, it pops up a Div and shows the relative contents but the spike's position is always in the middle. I wanted to change this…

jeewan
- 1,597
- 5
- 23
- 40
0
votes
2 answers
BeautyTips bad stroke rendering
I'm using BeautyTips the first time and set the plugin options like this:
$('.info').bt({
width: 230,
positions: 'right',
fill: '#fff',
cornerRadius: 0,
strokeWidth: 3,
…

Simon
- 7,182
- 2
- 26
- 42
0
votes
3 answers
Jquery tooltip not working in IE6 and IE7?
I have a View in which I'm using a tooltip provided by this site:
http://www.lullabot.com/files/bt/bt-latest/DEMO/index.html
This works fine with Google Chrome and Firefox,but this doesn't work in IE6 or IE7.
1. How do I make it work in IE-6/7?
…

karan k
- 947
- 2
- 21
- 45
0
votes
1 answer
BeautyTips - Refresh after postback
I'm using the BeautyTips jQuery plugin in a template column in my RadGrid to show additional information.
Everything is working well, but I have one issue: After the user applies some changes and clicks the update button (which causes a partial…

Jim B
- 8,344
- 10
- 49
- 77
0
votes
1 answer
Jquery extension BeautyTips doesn't work with dynamic ajaxPath option
I'm using the BeautyTips jQuery extension, but I'm not having any luck passing dynamic URLs as the ajaxPath. In the documentation, they suggest:
$('#example18').bt({
ajaxPath: ["$(this).attr('href')", 'div#content']
});
I have
$( '.username'…

Wemmick
- 186
- 2
- 14
0
votes
2 answers
issues with jquery function definition in internet explorer?
I've created a javascript tool using the beautytips plugin that uses beautytips to display a menu of list options which I then bind actions to.
I'm starting with a simple div to define the menu items
0
votes
2 answers
Can anyone please show a simple example of using BeautyTips?
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

jess
- 1,197
- 3
- 13
- 21