Comments on: Coda Popup Bubbles http://jqueryfordesigners.com/coda-popup-bubbles/ Tutorials and screencasts Thu, 22 Sep 2011 12:58:42 +0000 hourly 1 http://wordpress.org/?v=3.3.1 By: Ravi http://jqueryfordesigners.com/coda-popup-bubbles/comment-page-12/#comment-7337 Ravi Fri, 22 Jan 2010 12:37:01 +0000 http://jqueryfordesigners.com/coda-popup-bubbles/#comment-7337 <p>Any example for mouseover popup</p> Any example for mouseover popup

]]>
By: Yam http://jqueryfordesigners.com/coda-popup-bubbles/comment-page-12/#comment-7271 Yam Tue, 19 Jan 2010 23:07:25 +0000 http://jqueryfordesigners.com/coda-popup-bubbles/#comment-7271 <p>Love it. Thanks.</p> <p>1 question though</p> <p>How do I move the arrow to the top?</p> Love it. Thanks.

1 question though

How do I move the arrow to the top?

]]>
By: Geoff http://jqueryfordesigners.com/coda-popup-bubbles/comment-page-12/#comment-7176 Geoff Sat, 09 Jan 2010 23:43:34 +0000 http://jqueryfordesigners.com/coda-popup-bubbles/#comment-7176 <p>Purely out of interest, i took what you have here and developed a jQuery plugin. I am having major issues with regards to multiple instances on the same page. Often, if 2 elements are right next to each other, the mouseenter event on the second element can trigger before or too close in time to the mouseout event on the previous element. This causes problems with the show and beingshown variables and leads to the tooltip not showing at all.</p> Purely out of interest, i took what you have here and developed a jQuery plugin. I am having major issues with regards to multiple instances on the same page. Often, if 2 elements are right next to each other, the mouseenter event on the second element can trigger before or too close in time to the mouseout event on the previous element. This causes problems with the show and beingshown variables and leads to the tooltip not showing at all.

]]>
By: emma http://jqueryfordesigners.com/coda-popup-bubbles/comment-page-12/#comment-7148 emma Tue, 29 Dec 2009 15:27:45 +0000 http://jqueryfordesigners.com/coda-popup-bubbles/#comment-7148 <p>Thanks for the tutorial, such a beautiful effect! However I have one question. I made my bubble pop up on top of my link instead of above (<a href="http://www2.canapeum.com/">as seen here</a>), it looks great but the link is no longer clickable as the bubble completely covers it. How can I keep my link useable but still display the bubble on top?</p> Thanks for the tutorial, such a beautiful effect! However I have one question. I made my bubble pop up on top of my link instead of above (as seen here), it looks great but the link is no longer clickable as the bubble completely covers it. How can I keep my link useable but still display the bubble on top?

]]>
By: naresh http://jqueryfordesigners.com/coda-popup-bubbles/comment-page-12/#comment-7133 naresh Wed, 23 Dec 2009 12:40:13 +0000 http://jqueryfordesigners.com/coda-popup-bubbles/#comment-7133 <p>Thanks great Tutorial. A question, How can we do it for multiple tutorial. I willl appreciate any help from your side</p> <p>Thanks U</p> Thanks great Tutorial. A question, How can we do it for multiple tutorial. I willl appreciate any help from your side

Thanks U

]]>
By: Carl http://jqueryfordesigners.com/coda-popup-bubbles/comment-page-12/#comment-7129 Carl Tue, 22 Dec 2009 15:54:37 +0000 http://jqueryfordesigners.com/coda-popup-bubbles/#comment-7129 <p>I having a problem with the display:none on the .popup class, when removed the content displays fine (div layout content). However when I put it back in the popup displays, but the content in is missing any ideas?</p> I having a problem with the display:none on the .popup class, when removed the content displays fine (div layout content). However when I put it back in the popup displays, but the content in is missing any ideas?

]]>
By: lara http://jqueryfordesigners.com/coda-popup-bubbles/comment-page-12/#comment-7050 lara Fri, 27 Nov 2009 10:12:08 +0000 http://jqueryfordesigners.com/coda-popup-bubbles/#comment-7050 <p>Hi,</p> <p>Its an excellent coding, but I have a trouble could you help me resolve it. Check this page www.auditiongigs.com You see a featured talent section in the right menu. If you hover over the images you will see a popup. The last popup comes up fine. The other two popups hide behind the image. I am not sure how to make it work</p> Hi,

Its an excellent coding, but I have a trouble could you help me resolve it. Check this page http://www.auditiongigs.com You see a featured talent section in the right menu. If you hover over the images you will see a popup. The last popup comes up fine. The other two popups hide behind the image. I am not sure how to make it work

]]>
By: Nathan http://jqueryfordesigners.com/coda-popup-bubbles/comment-page-12/#comment-7043 Nathan Thu, 26 Nov 2009 08:52:56 +0000 http://jqueryfordesigners.com/coda-popup-bubbles/#comment-7043 <p>Thanks for this tutorial! I've always wanted to learn how to make tooltips that you can click on or mouse over.</p> Thanks for this tutorial! I’ve always wanted to learn how to make tooltips that you can click on or mouse over.

]]>
By: vimal http://jqueryfordesigners.com/coda-popup-bubbles/comment-page-12/#comment-7032 vimal Wed, 25 Nov 2009 08:04:25 +0000 http://jqueryfordesigners.com/coda-popup-bubbles/#comment-7032 <p>hi any one help, how to popup it when onClick it not in mouseover</p> hi any one help, how to popup it when onClick it not in mouseover

]]>
By: Joseph Le Brech http://jqueryfordesigners.com/coda-popup-bubbles/comment-page-12/#comment-7031 Joseph Le Brech Tue, 24 Nov 2009 10:41:42 +0000 http://jqueryfordesigners.com/coda-popup-bubbles/#comment-7031 <p>Hey, I have been trying to use coda bubble within a dynamic webpage where the items are loaded at runtime.</p> <p>So I have wrapped it as a jQuery plugin.</p> <p>Like this;</p> <p><pre><code><br /> $(function () { jQuery.fn.bubbleInfo = function(){ this.each(function(){ var distance = 10; var time = 250; var hideDelay = 500;</p> <p>...</p> <pre><code> return false; }); }); } </code></pre> <p>}); </code></pre></p> Hey, I have been trying to use coda bubble within a dynamic webpage where the items are loaded at runtime.

So I have wrapped it as a jQuery plugin.

Like this;


$(function () { jQuery.fn.bubbleInfo = function(){ this.each(function(){ var distance = 10; var time = 250; var hideDelay = 500;

...

                    return false;

        });

});

}

});

]]>