-2
votes
0answers
15 views

Jquerytools - call overlay from an open overlay [closed]

I have an overlay with a button and I want to call another overlay when i click on it. That works perfectly but the mask(white with 0.9 opacity) disappears when i click it.
0
votes
0answers
48 views

jQuery tools overlay position relative to trigger

I am trying to position a jQuery Tools overlay with apple effect next to it's trigger button, I have multiple trigger buttons all with the same class opener. I am using this code ...
0
votes
2answers
38 views

jquerytools overlay initiated by onclick

I'm trying to use jQuerytools overlay for confirmation dialogue. I have problem with the 'onclick' function to call the overlay. HTML <!-- list element --> <ul> <li id="item1"> ...
0
votes
0answers
158 views

JQuery tools external overlay content does not display on first click

I am new at web development and my client for a class project requested I use the overlay tools available from JQuery Tools (http://jquerytools.github.com/demos/overlay/external.html) to create ...
0
votes
1answer
133 views

jQuery Overlay querystring not getting refreshed

I have a HTML/PHP form with multiple select boxes. On submitting the form, I call a jquery function to create a query string with variables from the select boxes and some other variables, and pass ...
1
vote
2answers
119 views

binding keypress not working - jquery tools overlay

I can't bind keypress for a div that I applied overlay to. Bellow is the code. <div> Content <a href="#" id="load">Load overlay</a> </div> <div id="overlayDiv" ...
0
votes
0answers
81 views

jQuery Tools overlay on Django forms

I am trying to integrate jQuery tools overlay on my Django portal, in order to produce these fancy ajax forms that are default on Plone! Specially on login/register forms that would be great. I have ...
0
votes
1answer
99 views

Multiple buttons with an overlay attached, can't find open overlay

I am trying to use the jQuery tools overlay, and it works very nicely when there is a static set of buttons that launch the overlay. However, when the buttons that are linking to the overlay are ...
0
votes
0answers
123 views

jQuery Tools Overlay: Close overlay from external page?

We plan to use jQuery Tools Overlay to load an external page (see demo), that renders a form that allows entering and persisting user input. We would like to submit the form AND close the overlay from ...
1
vote
0answers
44 views

jquery tools overlay with prepend links

I would like to run this overlay function after prepend. $(".modal-link a[rel]").overlay({mask: '#000', effect: 'apple'}); I was able to get it to work by doing this: $(function() { ...
0
votes
1answer
140 views

Cannot find jQuery tools “overlay” when I try to register it more than one time

jQuery tool's overlay is a good webhelper to show div. Normally, we are recommended to register the overlay in the jquery ready function. And it works well at my side. Now I want to register the ...
0
votes
0answers
452 views

jQuerytools Overlay with mask

I can't get the overlay to show up nicely on my site, all I want is a simple lightbox with an iframe that pulls the href from the link its clicked on and displays it on top of an overlay. I have ...
0
votes
0answers
65 views

adding preloader to overlay

Using the code from here: http://jquerytools.org/demos/overlay/external.html I have multiple links that will load into a closeable overlay. When a new link is clicked, the content from the last link ...
0
votes
1answer
245 views

Jquery tools overlay: Need to have rel=“nofollow” when opening external page in overlay

We have a page where different links can open different external pages in an jquery tools overlay, like it is explained on this page: http://jquerytools.org/demos/overlay/external.html. Now our ...
1
vote
2answers
1k views

How to get a jquery tools overlay to scroll with the rest of a page?

I'm somewhat new in this area. I've implemented overlays in my page at aktrailhead.com. For instance, look at http://aktrailhead.com/baldy/baldy.shtml The problem is, the overlay always stays in the ...
0
votes
0answers
183 views

jQuery Tools Overlay and UpdatePanet working together

I have an asp.net user control very simple div with a updatepanet and a label <div id="modalOverlay" class="Overlay"> <asp:ScriptManager ID="ScriptManager1" ...
1
vote
1answer
313 views

JQuery Tools Overlay and Link

I am having some trouble with the JQuery Tools Overlay. In my scenario, I have an image which is linked to a PDF file for download via a "_blank" target. When the user clicks on the link, I want the ...
0
votes
1answer
197 views

Scrollable overlay

I'm using http://jquerytools.org overlay. I've found here way to stop the page behind jquery tools overlay from scrolling and it's great until my element in overlay is not higher then my screen. I ...
0
votes
2answers
672 views

jQuery Tools Overlay - Two buttons with different close conditions

I have the following jQuery Tools overlay: <div id='editDescriptiontOverlay' class='overlay'> <input type='text' class='description'/> <button class='save'>Save</button> ...
0
votes
0answers
57 views

passing calling image/argument to jquery overlay

hey guys I really need help on this, I am relatively new to jquery tools. I am working and practicing overlays right now. I googled for quite a bit but couldnt find the solution so I am asking here. ...
1
vote
0answers
223 views

How to control overlay content with browser Scrollbar

I am using jquery.tools.min.js for overlay and it is working fine... What i want When content open in overlay and content exceeds height wise then browser scroll-bar can move up and down to overlay ...
0
votes
2answers
637 views

Google Map not working in Jquery Tool Overlays modal dialog

I am using jquerytools(http://jquerytools.org/) for the overlays modal dialog in my site. Now i have to show google map in modal window(jquery tool layover), but unfortunately google map is not loaded ...
1
vote
0answers
801 views

Load content retrieved via AJAX/MYSQL into jQueryTools overlay

New to jQuery and can't get this to work. I've retrieved content from a MYSQL database using jQuery $.ajax(). That part works. You can see that code in the onBeforeLoad event below. I want this ...
0
votes
1answer
835 views

jquery tools overlay mask in IE8

I'm making a website with the jQuery tools overlay widget, and it works well on Firefox and Chrome, but as always, it have problems in Internet Explorer, specifically IE8, where the masking background ...
0
votes
0answers
117 views

Jquery Tools Overlay - Reducing of events on a page

The Overlay Plugin is from Jqery Tools I call the Overlay with the normal call $("img[rel]").overlay(); But then I was looking with Visual Event if the Overlay is open that the close button has a ...
0
votes
1answer
716 views

jquery tools overlay rel alternative

Im using jquery tools overlay to display overlays when I click on a link. I have 3 different overlays on the page. The rel attribute of the link is set to the name/id of the overlay. <a ...
3
votes
1answer
979 views

How to make a lightbox 'breakout' of an iframe?

I have an iframe on the front page of a site. The iframe loads a .php page which has a rotator built with jQuery Tools Tabs. On the first tab, I use jQuery Tools Overlay to popup a YouTube video in a ...
0
votes
1answer
932 views

jQuery UI overlay does not show mask when triggered via jQuery

I'm trying to chain together two overlays such that the second overlay is called via jQuery when the user clicks a button in the first overlay. The problem is that the second overlay appears ...
0
votes
0answers
2k views

JQueryTools “apple” effect Overlay from within an Iframe

This relates to JQueryTools Overlay (Apple effect on JQueryTools) I'm wondering if I've done this the right way... My client likes the apple effect overlay because it has the zoomy effect on open and ...
1
vote
1answer
405 views

Overlay with jQuery Tools : working but not content with .load method

I'm trying to make work something quite simple when I read the doc : opening a external URL into an overlay. I choose jQuery Tools overlay because I'm using other tools from flowplayer After some ...
1
vote
2answers
1k views

jQuery Tools Overlay with preload delay

I'm using the Overlay plugin from jQuery Tools: http://flowplayer.org/tools/overlay/index.html to display a full size image when a link is clicked, but the overlay is displayed immediately and shows ...
0
votes
1answer
1k views

jQuery Tools Overlay Re-positioning after ajax load

I am creating a jquery tools overlay and i am loading in content on beforeLoad that changes the width of the overlay. Once i load the content, the width expands however the left position does not ...
1
vote
1answer
2k views

jQuery Tools Overlay not showing on second click

Here is what i'm trying to do - i'm writing generic overlay function which will serve for all links with specific class. It's very simple though, you have a link like this: <a class="modalInput" ...
1
vote
1answer
2k views

Jquery Tools overlay not working in IE7

I'm using Jquery tools overlay that allows me to load external pages - http://flowplayer.org/tools/demos/overlay/external.html I've run into an issue in IE7 (works fine on IE8/chrome etc.) When I ...
0
votes
1answer
3k views

jquery tools Overlay: Open an overlay on based on ajax response

I am trying to open an overlay on a button click. The button has associated with it an ajax call, which if returns an error should open an overlay, but on success the overlay does not open. What ...
2
votes
3answers
4k views

How to use Jquery tools Overlay programmatically?

I wan to show an overlay programmatically. I tried to modify the code in this example Opening overlays programmatically. Instead of loading the overlay only once upon document load as shown in this ...
0
votes
2answers
633 views

jQuery Overlay Apple by using <a>?

regarding jQuery Tools Apple Overlay demo How do I use text link <A> to run the overlay instead of using IMG?
0
votes
2answers
458 views

JQuery Overlay loads only one time

The overlay loads when the user submits a form.. then the dialog appears (doing some validations and so on).. when the user close it, to continue working on the form.. CAN'T SUBMIT AGAIN the form. :( ...
0
votes
1answer
492 views

jquery expose gets cut off on scroll - while using simple overlay

No idea how to fix this, the expose transparency covers only your original view. When you scroll down the expose is cut off. Do i need to add something that relates to overflow or sizing here? ...
1
vote
3answers
4k views

jquery tools overlay, how to keep mask when switching overlays

I have a simple problem with 2 overlays. One overlay is triggered from (and by) the other overlay. As only one overlay can be active at any one time, correctly so, overlay number 1 that triggered 2 ...
1
vote
1answer
1k views

JQuery Overlay Loads only one time

I am writting a web application in which I want to load the JQuery over lay programatically on onClick event of a div. here is div html code <div class="button_left" ...
0
votes
1answer
523 views

Triggering an overlay through Javascript in Plone

I defined my overlay for like that $j('#heise').prepOverlay( { subtype: 'ajax', noform: function(el) {return noformerrorshow(el, 'close');} } (which is working ...
0
votes
1answer
310 views

JQuery TOOLS overlay in Safari comes up aligned to left side of page instead of middle of page

New website at : removed for privacy In Safari, on the homepage, click the Share link. The overlay comes up aligned to the left side of the page instead of centered. If I close the overlay and ...
0
votes
1answer
490 views

jquery tools overlay problem after update to jquery 1.5.2

This is just tricky. In a Community are a few hyperlinks, which opens an overlay. There is an iframe with the main content. With jquery_1.4.3 all works fine. All overlays opens and are well ...
1
vote
2answers
1k views

jQuery Overlay: Closing current overlay and opening another?

Please have a look at beta.gulfdine.com. You will see a "Sign in" link. Clicking on it launches a jQuery overlay. Now click on "Why Join?". This launches another overlay, within which there is a ...
0
votes
1answer
734 views

jQuery Tools Overlay invokes vertical Scrollbar in IE

When i open a JQT Overlay with Internet Explorer 8 the first time, a vertical scrollbar appears in the main window. When i close the overlay and open it again, the scrollbar won't appear. How can i ...
1
vote
3answers
2k views

How to disable / remove / unbind a jQuery Overlay?

I create a jQuery Tool's Overlay on a trigger as such: $('button').overlay( { ... }); How can I disable and re-enable the overlay later on ? I want my $('button') element to remain as a link, ...
0
votes
0answers
452 views

Using jQuery Tools Expose and Overlay at the same time

I want certain parts of the page to highlight on hover (this works using Expose), and then when you click them, more content gets overlayed (using Overlay). Both parts work flawlessly when separate, ...
0
votes
0answers
1k views

jQuery Tools iFrame inside Overlay problem with IE 8

The following will work in all browsers but IE. What's wrong? Can anyone help me on this? <script src="http://cdn.jquerytools.org/1.1.2/full/jquery.tools.min.js"></script> ...
1
vote
1answer
4k views

onLoad focus() event within jquerytools overlay effect

I'm using the overlay jquery from here: http://flowplayer.org/tools/overlay/index.html Within my overlay I have a search box like this: <div class="simple_overlay" id="asearch"> <div ...

1 2