New version of JQUERY BUBBLE POPUP!
Hi to All,
I’ll be back soon with an updated version of JQUERY BUBBLE POPUP that supports the new jQuery library v1.7.1;
I’m already testing the final plugin however You are always able to download the older version from the following link:
https://sourceforge.net/projects/jqbubblepopup/files/latest/download
stay connected!
Max
Advertisement


Love this tool; hurry up for 1.7.1 !!!
Love this tool, beautiful!!! ; hurry up with 1.7.1!!
Hi,
Your plugin is great ! However, there is a bug when the script runs with other javascript library. Your code enumerate Array member, and get other method added by some javascript library.
You should not call for (E in t) { on an Array object, but rather enumerate the Array elements; for (var E = 0; E < t.length; E++) {
Regards,
Is there a way to change the themepath? I’m not able to install at the root.
Hello there. Thanks for this; it works a treat.
One small problem though. Even after calling RemoveBubblePopup() there is still a mousemove event left hanging about attached to managebubblepopup. They carry on building up in the DOM as the app runs. Is it possible to clear them down somehow?
Hey Max!
Thanks very much for creating this plugin it’s absolutely great. I have, however, had a couple of problems.
http://evolse.com/design/theme/C8/index.html
The bubbles are above the icons in the top right above the social icons.
One problem is the top of the bubble seems to have a gap below it due to the elements behind. This is not necessary if the following issue can be resolved (and doesn’t also create this bug).
The other thing is we want the bubbles to show above but they automatically go below because they need quite a bit of room. Is there a way to force it to go above or reduce the amount of space it requires above so it won’t appear below?
Thanks very much!
Jack
PS. Sorry if you wanted this sort of post to be added to the original post. I read your replies linking to this thread and got the impression you wanted all new comments to be posted here.
Hi Max,
I’m trying to use jQuery Bubble Popup v.2.3.1 but the popup being created is not showing properly. Some issues with the HTML elements.
Here’s how it looks like http://shadabmustafa.files.wordpress.com/2012/02/bubblepopup.png
and this is how I’m creating the popups…
$(‘.hotspot’).CreateBubblePopup({
mouseOut: ‘show’,
innerHtmlStyle: {
color: ‘#FFFFFF’,
background:’#000000′,
‘text-align’: ‘center’
},
themeName: ‘all-black’,
themePath: ‘jquerybubblepopup-theme’
});
Regards,
Shadab