Home > JavaScript, jQuery, Software Development, Web Development > New version of JQUERY BUBBLE POPUP!

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
  1. 31 December 2011 at 17:11 | #1

    Love this tool; hurry up for 1.7.1 !!! :-)

  2. 31 December 2011 at 17:12 | #2

    Love this tool, beautiful!!! ; hurry up with 1.7.1!! :-)

  3. Nicolas Roux
    5 January 2012 at 13:02 | #3

    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,

  4. nan
    19 January 2012 at 17:17 | #4

    Is there a way to change the themepath? I’m not able to install at the root.

  5. Ray
    1 February 2012 at 14:11 | #5

    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?

  6. 3 February 2012 at 00:17 | #6

    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.

  7. 10 February 2012 at 17:03 | #7

    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

  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 32 other followers