[jQuery] jqModal with jScrollPane

2009-11-11 Thread SehaxX
Hello, I need help to use jScrollPane inside of jqModal plugin. I try with the onLoad and onShow events but can not figured out a resolution. please help, thx

[jQuery] jqModal

2009-11-09 Thread bozlite
I've been looking everywhere for an answer to this - I think it might be too obvious and I'm missing something. I'm using jqModal to load (via Ajax) a page of academic references - but I can't get the @href to pick up on the full url of the trigger - ie, it's ignoring everything from # onwards

[jQuery] Re: Can't assign jQuery jqModal to dynamically added links

2009-09-21 Thread Fumigator
the problem at the following URL:http://www.neil-burton.co.uk/jqmodaltest/index.htm jqModalplugin here -http://dev.iceburg.net/jquery/jqModal/ Any help would be appreciated

[jQuery] jqModal problem

2009-09-20 Thread Dennis Madsen
I'm trying to use the jqModal plugin on my page: http://dev.iceburg.net/jquery/jqModal/ Here is a sample showing my problem: http://dennismadsen.com/uploads/modalTest/ If you see this example in a IE6 or IE7 or IE8 in compatibility mode, you will see, that the the modal box is not 100% opacity

[jQuery] jqModal: having trouble centering modal window

2009-09-15 Thread laredotorn...@zipmail.com
Hi, I just downloaded the latest version of jqModal and its accompanying jquery file, but I'm not able to center my modal window using the same style sheet -- http://dev.iceburg.net/jquery/jqModal/jqModal.css . I only changed these lines margin-left: -267px; width: 535px; to reflect

[jQuery] Can't assign jQuery jqModal to dynamically added links

2009-09-02 Thread neburton
I've been having problems getting jqmodal modal dialogs to display on links added dynamically by client side code. I've demonstrated the problem at the following URL: http://www.neil-burton.co.uk/jqmodaltest/index.htm jqModal plugin here - http://dev.iceburg.net/jquery/jqModal/ Any help would

[jQuery] Re: Can't assign jQuery jqModal to dynamically added links

2009-09-02 Thread Liam Potter
code. I've demonstrated the problem at the following URL: http://www.neil-burton.co.uk/jqmodaltest/index.htm jqModal plugin here - http://dev.iceburg.net/jquery/jqModal/ Any help would be appreciated

[jQuery] JqModal / simpleModal - maintaining form state

2009-08-30 Thread Steffan A. Cline
I have tried both of these modal solutions, beautiful by the way, and found a small problem with both of them and am wondering if there is a work around. I have a form where there are a bunch of check boxes that I have enclosed in a div that I am using for my popup modal. Now the thing is that

[jQuery] JqModal

2009-08-29 Thread Steffan A. Cline
Using the very basic jqModal example, isn't it supposed to auto size and auto center the modal on the page? I placed a table that was wider than the modal's default settings and it's off the page and does not create scroll bars on the page to see the hidden section of the modal. The default

[jQuery] [jqModal]: sending ajax request, reload in same modal

2009-07-27 Thread jjshell
Hi, I am using jqModal (http://dev.iceburg.net/jquery/jqModal/#examples) to open a modal div (some will argue it's an overlayed div since I'm not forcing focus as code below shows). An html form is loaded using ajax. I'd like to submit this form and load the html response in the modal. Here's

[jQuery] jqModal problem

2009-06-20 Thread Popo
Dear, I'm using jqModal like code below : script $(document).ready(function(){ $(#example).treeview(); $('#dialog').jqm(); $('a.jqModal').click(function(){ var e = $(this).text(); $.get(tab_rule.php, { keygroup : e }, function(data){

[jQuery] jqModal dialog plugin - need ajax response text as a variable

2009-06-18 Thread pinku
I am having problem with accessing content of ajax response for requested url from JQModal plugin that we are using for popUp dialog boxes in our application. here is what I need to do. var url= 'index.cfm?event=work.RejectTaskpersonId='+ patientId + 'fDocumentId=' + DocumentId;

[jQuery] jqModal - ajax response

2009-06-17 Thread prashant roy
Hi, I am using jqModal to pop up the modal dialog box. I want to check the content of loaded request in jqModal dialog box at the time of showing this jqModal dialog box. its same thing like i want to have responseText of ajax call for this JqModal dialog bo. I know it has few methods for its

[jQuery] jqModal position loading gif

2009-06-16 Thread Bradley
$(#modal).jqm({ ajax:'@href', ajaxText: 'img alt=Loadinganimation id=loadingModal src=/ images/loading.gif /' }) I'm trying to get the loading gif to be centered in the window, but it's always in the top right corner of where the modal window shows up. here's the CSS: .jqmWindow,

[jQuery] jqModal hash undefined

2009-05-20 Thread rayfidelity
Hi, I'm having problems with hash $(a.iwmodal).live(click,function(event){ event.preventDefault(); var target = $(#infowindow); target.jqm({ ajax: $(this).attr(href), trigger: $(this),

[jQuery] jqModal rebind after reload

2009-05-18 Thread wardenik
Hi, I'm using a standard jqModal thing. It works ok until after I reload the tab with an AJAX call. Then the .jqModal elements are not bound. The question is how to re-bind them again? I've tried $(#box).jqmAddTrigger(.jqModal); but it didn't help. And when I try to re-init the box with:

[jQuery] jqModal - Deactivate a register trigger

2009-05-18 Thread Leandro Tuttini
hi, It is possible to deactivates trigger registered ? I am using : $('#data-info-div').jqm({ trigger: false, modal: true, overlay: 50 }); $(#data-info-div).jqmAddTrigger(a.data-info-trigger); but I cann´t find the opposed

[jQuery] jqmodal bug on jqmHide

2009-05-14 Thread wardenik
If you try to do .jqmHide() on a modal that was not shown then an error pops up. Anyone had this problem and solved it maybe? Thanks

[jQuery] jqmodal/canvas z-index issue in IE7

2009-05-11 Thread Geert Baven
Hi group,I am using JQmodal and the canvas-plugin in a new project. The combination works fine in Safari/Firefox but i have a z-index issue in IE7 whre modal is behind the canvas elements. You can see this in action in the navigation menu when clicking peuterspeelzaal on the demo at

[jQuery] JQModal + Accordion

2009-05-08 Thread developerho...@gmail.com
Hello everyone, Ive been trying to work on jQModal + Accordion combination but so far have no luck at all. JQmodal is fine until i installed the accordion. Have you ever done this? If so, what scripts, version did you use? Thanks :)

[jQuery] jqModal inserting links with live clicks doesn't work

2009-05-06 Thread Bradley
I read a bit on the new jqModal version that has live events on the a.jqModal (Actually reading this didn't tell me whether live events were enabled on .jqModal by default, or if you had to make the call shown in the code, but that's neither here nor there) So, I have a control panel list users

[jQuery] jqModal question in regard to IE6

2009-05-04 Thread Rick
Man, this is frustrating. I'm using jqModal to submit an ajax request and things work fine on FF and Safari. I then got to work and tried my stuff on IE6 and I'm stumped... the first time you click on a link in a table, it goes to the server with the ajax call and returns a form displayed in the

[jQuery] jqModal two overlays

2009-04-27 Thread Bradley
I just started using jqModal as I need support for nested modals. I'm noticing some erratic behavior with nested modals and ajax, but I don't know exactly how to fix it. What happens is when I load a modal, that has a nested modal in it, I get two jqmOverlay divs, it's like it's applying the

[jQuery] jqmodal Ajax issue

2009-03-25 Thread Tad
Hello, I'm new to jquery and jqmodal. I have a script that runs fine except when the URL (href) of the anchor tag is Blank or #. so what I want to do is check for that possibility and stop the Jqmodal from acting or put up an error message, without my page being messed up. I've tried to use

[jQuery] jqModal + datepicker = weird click behavior

2009-02-17 Thread Pappy
This was driving me crazy for a bit and noticed a few unsatisfying attempts to answer it on this list. Basically, jqModal registers an event on body that forces the window to move to the first input element when the user clicks anywhere outside of the main dialog. And since the datepicker

[jQuery] [jqModal] and accessibility issue(solved?)

2009-01-18 Thread pepijn
i was looking how to do this in the html, you don't want ajax for this, because it loads the content later. i could not find it in the documentation(maybe i did not read well), how to let all content be accessible, so this is what is working for example:

[jQuery] jqModal ajax question

2008-12-22 Thread strangevoices
Hi, I was wondering if someone could help me with the jqModal plugin (http://dev.iceburg.net/jquery/jqModal/). Basically, I want to pass some GET data when calling an AJAX link for the modal box but am not sure how to do it. My setup for the modal box is: $('#jInfo').jqm({ajax

[jQuery] jqModal + validate + blockui plugins

2008-12-16 Thread Bhavin
Hi, I am trying to implement validate plugin in jqModal. I tried validate () method in onshow, onload method but it is not working. Can anyone confirm whether it is supporting? I tried blockui plugin to show Please wait... message on jqmodal when form is submitted but its not working

[jQuery] jqModal Onload

2008-12-13 Thread webnot
Hi everyone I want to load this window on page load can you plz let me know how to do this. $().ready(function() { $('#tallContent2').jqm(); setTimeout($('#tallContent2').jqm(),2000); }); -- View this message in context:

[jQuery] [jqmodal] issue in IE

2008-12-12 Thread Duncan
Hi I have jqmodal working in FireFox chrome on this page http://myhomeshow.red5.com.au/expo/cyberstand-listing/ click the green, purple, or blue boxes. however IE loads the jqModal, but the content isnt populated properly. Could someone have a look and see if you can tell me why? For your

[jQuery] jqmodal and ui datepicker problem

2008-11-25 Thread Daniel
Hi I have a problem with jqmodal and ui datepicker. Often datepicker just doesn't appear when I initiate in in a jqmodal window. Funnywise there isn't any warning or error in firebug. than I have to clean cache in Firefox and datepicker appears again during next load of modal window - even it

[jQuery] jqModal Error

2008-11-19 Thread dacoder
I am using jqModal for various overlays and what not. I seem to get this error a lot Components is not defined at line 64 Everything always works fine but I hate to have a javascript error showing. I'm just wondering if anyone else has had this problem or what might be causing it.

[jQuery] jqModal and IE6 - flag continues to wave

2008-11-13 Thread Jeromatron
We noticed that in IE6, in our code and on the examples, if you open the modal, the IE flag icon waves and doesn't stop. Also, when the modal is closed, the flag continues to wave. http://dev.iceburg.net/jquery/jqModal/#examples We asked on the IRC channel, and someone suggested that we trying

[jQuery] jqModal

2008-11-11 Thread Rule13
I'm trying to trigger the following modal after the page loads. I've tried 'autofire:true' and jqmShow() to no avail. I am receiving an error message that 'h' has no properties. I'm obviously doing something wrong. Can someone help point me in the right direction? Here's the code: !DOCTYPE

[jQuery] jqModal iframe closing 2

2008-10-31 Thread Yessica
Ok,this is an situation. I have an page that loads over jqModal a page in that iframe, its easy for me that from that page close modal and empty that iframe with parent.jQuery('.modal1').find('#iframe').attr('src' , '').end().jqmHide(); but on that same page I also have an option to get second

[jQuery] jqModal IE window hiding behavior

2008-10-30 Thread dmayo2
Good Day. Been using jqModal in a number of sites and my latest implementation is making IE 6 and IE 7 behave funny (works fine in FF2.x). You click on the link and the modal window (iframe) starts to load just fine, but as soon as the page (of the iframe) is fully loaded, IE's window moves

[jQuery] jQModal loading separate urls into div

2008-10-22 Thread jalanbyers
Hi, I was wondering if anyone had luck with using as persistent modal window. In other words, I have a .jgmAddClose element inside the div but I also want other links within the div to actually load new url in the div rather than the 'parent'... Thanks for any insight..

[jQuery] jqmodal overlay is flashing with internet explorer

2008-10-15 Thread Tim Schumacher
Hi folks, My problem is, that when I open a jqmodal window, for a short time, the overlay has full opacity. This problem only occours with Internet Explorer. I'm very thankfull that this problem also happen on the official jqmodal site, when you open example 6, the alert() override. I hope this

[jQuery] jqmodal set trigger to radio button ?

2008-09-28 Thread claudes
How do I set jqmodal to trigger when a radio button is selected? I've been trying something like this and the result is that the checkbox has to be checked and then clicked in order to get launch function launchChecked() { $(#ex2).jqmAddTrigger(:checkbox); }

[jQuery] jQModal is modaling over target div content.

2008-09-23 Thread urbolutions
OK, this is kind of odd. Hopefully it is something relatively simple. I have a div set with modal target and inner AJAX content target defined as: div id=modalFormContainerdiv id=modalFormContainerContent/ div/div I have a JS Function with calls to jqModal as such:

[jQuery] jqModal - loading div on ajax

2008-09-04 Thread domengph
Hi. I'm sending an Ajax Request via jqModal and I'm trying to display a Loading...please wait div while waiting for the requested page to load. On my main page, I have: div class=jqmWindow id=request-load Please Wait...

[jQuery] jqModal and IE problems

2008-08-29 Thread MorningZ
So i have some usage of jqModal in my project and this is what's going on: (screenshot: http://i38.tinypic.com/2edavs2.jpg) you can see that jqmOverlay has a z-index of 2999 and jqmWindow has a z-index of 3000 So, in a correct and working world, jqmWindow should be *on top* of jqmOverlay

[jQuery] jqModal and div

2008-08-27 Thread Tony
http://dadoodesign.com/jqDemo/ IE6 ISSUE** As you can see when the button is pushed, the modal pushes the div down? Tried playing with the Z index but that didn't seem to solve the issue. Not worried about placement of buttons or other css attributes right now. Just trying to resolve gap

[jQuery] jqModal clear fields

2008-07-16 Thread johannesF
Hi all I use the jqModal, and I want to clear some fields in the modal window after opening. Cant get it to work so some advise would be perfect. Like this var open = function(hash){ $(#myFiled).val('').show(); }; $('#dialog').jqm({

[jQuery] jqmodal positioning from within iframed page

2008-07-14 Thread Tiancheng Zhu
has anyone tried to load a page within an iframe and pop open a jqmodal within the iframed page? I'm trying to center the modal in the middle of the window of the browser, but if your iframed page is really low and extends below the fold of the browser window, then the modal will open in the

[jQuery] jqmodal close on javascript event

2008-07-13 Thread oscarml
Hi, I want to close a modal window from a javascript event. In my case I have a grid, and when the user double clicks in one row I would like to close the modal window and fill some inputs in the page where it was opened. Is this possible?

[jQuery] jqmodal and jquery ajax request on the same page

2008-07-11 Thread Kassan
I have one jqmodal window with ajax source (and ajaxText 'waiting' message), and one div with form- with ajax onSubmit. When I click on a link to show my modal window, my dynamic div is also updated with its own ajax-'waiting' message. How can I make this two independent? Below is my script for

[jQuery] jqmodal and jquery ajax request on the same page problem

2008-07-11 Thread Kassan
Hi, I use jqmodal window with with ajax content + ajaxText for 'waiting' html, and a dynamic div with form submit: function finishAjax(id, response) { $('#'+id).html(unescape(response)); $('#'+id).fadeIn(); } function SendcForm(){ $('#contactform').ajaxStart(function() {

[jQuery] [jqModal r13] Closing a nested modal causes IE6 bleed-through

2008-07-11 Thread Funka!
Hello, I am encountering the following situation with jqModal r13 and elements bleeding through in IE6 after spawning and closing nested modals... I open a modal in IE6 that has a partially transparent overlay. This looks and works great! I notice that all the select elements behind the

[jQuery] jqModal problem with IE6

2008-07-06 Thread Arnold
Hello! For the past 3 days I have been staring at this problem and I can't get a grip on it. I am using this code in my js: $('.opmerking').click(function(){ var a = #test + $(this).attr(title); $(a).jqm({ onShow:function(h) {

[jQuery] jqModal problem with IE6

2008-07-06 Thread Arnold
Hello! For the past 3 days I have been staring at this problem and I can't get a grip on it. I am using this code in my js: $('.opmerking').click(function(){ var a = #test + $(this).attr(title); $(a).jqm({ onShow:function(h) {

[jQuery] jqModal r13 released!

2008-07-06 Thread Brice Burgess
by showing off some fancy animated transistions! Be sure to check out his demonstration.) As usual, the plugin can be grabbed from; http://dev.iceburg.net/jquery/jqModal/ I hope you all had a fantastic weekend! ~ Brice

[jQuery] jqModal dialog closes when clicked on

2008-07-02 Thread zaroundus
I have a form in a jqModal dialog. When it is opened, if I click on the dialog background or any of the form elements the modal window closes. I cannot seem to figure out what's going on. The page can be seen at http://www.roundscapes.com/clients. Once you arrive click the link labelled: Click

[jQuery] jqModal - How to close the modal box from an iframe

2008-06-29 Thread Hypolite
Hello, I'm just discovering the wonderful world of jQuery and jqModal, but I'm already stuck on a little problem for which I did not find the answer in this mailing : I have a jqModal div which contains an iframe with a form inside. The iframe allows me to show messages (error messages and

[jQuery] jqModal r12 release

2008-06-22 Thread Brice Burgess
, the plugin can be grabbed from; http://dev.iceburg.net/jquery/jqModal/ I hope you are enjoying the Summer (or Winter) Solstice. Be well, ~ Brice

[jQuery] jqModal callback

2008-06-06 Thread Jan Limpens
Hello, I am in the process of writing some scripts that makes use of JqModal ( http://dev.iceburg.net/jquery/jqModal/). What I have to do is the following: The web page contains numerous ajax forms that have as their target a modal div . If the user clicks on the submit button, the response

[jQuery] jqModal question

2008-06-04 Thread Mistraal
Good evening, I'm having a relatively small problem using jqModal. (I hope) I have a page that contains a form. This form contains an input box. A link beside this input box opens a jqModal window, so far no problems. In this modal window I show the results of a database search with

[jQuery] JqModal

2008-06-02 Thread highjo
Hi! i'm new to this an quite new to programming.I can fel this is great.I'm from the jqModal tutorial page and i just want to try it and add it to my project.First i did a copy and paste but it not working.Ok i thought it's because i don't understand the library and i went to try another tuto

[jQuery] jqModal and dynamic Ajax

2008-05-28 Thread Chag
Hi, I have a page with a dropdown list (select) and when I select an element in the list, I'd like a modal window to open with the datas related to the element I selected. To do so, I tried 2 things : 1) Classic method : $('#unitInfos') .jqDrag('.jqDrag')

[jQuery] [jqModal] How to override style properties

2008-05-14 Thread Carl Von Stetten
I've read all of the documentation on the jqModal home pages. I understand that the default CSS class jqModal looks for to style the overlay is jqmOverlay. It appears that the only properties that it will pick up from a defined CSS style are background color and background image. I'm

[jQuery] jqModal add trigger with javascript

2008-05-07 Thread rauchi
Hi! When I add a trigger with javascript and after that I click on the trigger, the jqModal doesn't show. First i Click on show jqModal and everything works perfectly, after that i click on show 2nd trigger and the 2nd trigger is shown. Now i Click on the 2nd trigger show jqModal2 but nothing

[jQuery] jqModal AJAX Javascript Issues (IE)

2008-04-29 Thread mjd
Hi, I am using the latest release of jqModal and jQuery to display a custom AJAX modal pop up. This popup has to include javascript that performs various functions. It also needs to include some more .js files. I can get this to work fine in Opera and FF but this fails in IE6 and I cannot call

[jQuery] [jqModal] IE keep loading after opening a modal

2008-04-21 Thread Jacky
Hi all, I have come to an issue that IE is keep loading after a jqModal is opened. I think the issue might be related to an IE bug [link]. I tried to add window.status everywhere in code but still no progress. Anyone have encounter this before? [link]

[jQuery] jqModal + Form plugin - Page is reloading in Firefox on form submit, IE works perfect

2008-04-15 Thread Naveen
Hi, I've tried a million workarounds for this, but it just doesn't seem to work in Firefox! I fire up a jqModal login box which is calling a separate html page, which connects to a php login script, and if success, the php returns a success message in the Modal and reloads the parent page, i.e.

[jQuery] jqModal + Form plugin - Page is reloading in Firefox on form submit, IE works perfect

2008-04-15 Thread Naveen
NB: Apologies if you're receiving this question second time, my earlier post doesn't show up even after 3 hours Hi, I've tried a million workarounds for this, but it just doesn't seem to work in Firefox! I fire up a jqModal login box which is calling a separate html page, which connects to a

[jQuery] jqModal and Submit in existing window

2008-04-10 Thread Andrea-T
Hello, I have a page which opens a jqModal window. This contains a new php-page via the AJAX-Request of jqModal (actually the basic example no 2 on page http://dev.iceburg.net/jquery/jqModal/) Everything works fine and the window shows the correct content. In this content I have a form

[jQuery] jqModal - Define a max-height and still allow resizing and dragging?

2008-04-04 Thread Pring4
I've taken a look at a number of different plugins for a popup that I'm going to be using. jqModal and the ones listed on this page ( http://dev.jquery.com/view/trunk/ui/demos/ui.dialog.html ) look like they may work. However, each one has a problem. I would like to retain the functionality as

[jQuery] jqmodal and jeditable

2008-04-03 Thread Volland
I'm trying to use jeditable in jqmodal box. When I load the box for the first time everything works fine but if i close the box and open it again jeditable not working I need to reload the page and open jqmodal box again...

[jQuery] jqModal and Rounded Corners

2008-04-02 Thread Dustin
I am using jqModal and am trying to get the window to have rounded corners. Does anyone know of a way to accomplish this? Thanks for any help you can provide. -- View this message in context: http://www.nabble.com/jqModal-and-Rounded-Corners-tp16447295s27240p16447295.html Sent from the

[jQuery] jqModal w/ jQuery v1.2.3

2008-04-01 Thread Rey Bango
Hey Brice! Long time no chat. I was curious if jqModal is compatible with jQuery v1.2.3. I haven't tried it out yet but before I rack my head, I wanted to ask. Rey

[jQuery] jqmodal and scrolling

2008-03-28 Thread Thomas Burns
Hi, Is there a way to add scroll bars to a jqmodal dialog? -- Tom Burns

[jQuery] jqModal - Doctypes

2008-02-25 Thread Adrian_L
Hi, everyone, first time sending a message over here :) Im having troubles with the overlay on IE7. Using this doctype: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN Works great on FF, but on IE7 i get that the overlay is somehow missed or under all the other elements, it doesnt

[jQuery] jqModal, Ajax onLoad Problem On Jquery 1.2.3

2008-02-24 Thread Yılmaz Uğurlu
Hi everyone. I have got some problem jqModal and jquery 1.2.3, and here it is. I am creating simple modal like this. $('#modalcontent').jqm({ajax: url,target: 'div.jq_content', trigger: false, modal:true, onLoad: modal_load }).jqmShow(); function modal_load (hash) { modalReady(this); } And it

[jQuery] jqModal - how to call jquery functions on returned AHAH?

2008-02-23 Thread J. Childers
Hi, I'm using jqModal:ajax to load a remote php into a div modal form. So far so good. But the returned HTML also has some jquery elements. I can't figure out how to get them to initialize (i.e. the function call that would otherwise be in the $(document).ready function). I tried doing

[jQuery] jqmodal nested ajax

2008-02-22 Thread rayfidelity
Hi, Is it possible?? the plugin page doesn't have an example of this...Or is it at least possible to replace the current modal content with another ajax content in the opened modal (only one modal...not nested)...How? Thanks! BR

[jQuery] jqModal using jqmShow instead of trigger gives problems

2008-02-22 Thread Tom
Hi I use the following function to open modal windows by passing the correspondingly ID html url . function jqmWindow(div_id , page){ $('div_id).jqm({ //trigger: '#edit', ajax: page, target: false, modal: true, /* FORCE FOCUS */

[jQuery] jqModal Element Blocking

2008-02-12 Thread Adam
Is it possible to only block elements (such as DIVs) using the jqModal plugin? This would be similar to what the BlockUI plugin does, but I need more options than BlockUI offers in modal dialogs.

[jQuery] jqmodal (ajaxed markup) can't access javascript loaded in page on IE

2008-02-11 Thread [EMAIL PROTECTED]
Hey all, I've run into an interesting bug. I'm using jquery's jqmodal plugin for modals and I'm pulling down additional markup to populate the modal via ajax. The new markup is supposed to leverage the existing javascript (javascript functions, not jquery functions) that modal owner had

[jQuery] jqModal -Unable to fade in overlay

2008-01-31 Thread Ow Choong Seong
Hi, I'm trying to fade in and fade out the dialog and overlay. I've no problem with the fading out but the fading in doesn't seem to work as expected. I have no problem fading in the dialog but for some reason the overlay just refuses to work. My code below: var

[jQuery] jqModal overlaying other div without interferences

2008-01-31 Thread pere roca
hi, I hope someone can give me a clue on how to let overlay a jqModal window without interfering in the div that is below. I think the best is you take a look at http://edit3.csic.es/edit_geo/prototype/edit3_symbol2.html and click on Data Symbolization (test); that should show you a new window

[jQuery] jqmodal autosize to fit contained image in window

2008-01-15 Thread Alexandre Plennevaux
hi all! i was wondering if anyone had a go at having jqModal adapt its size to the image it is displaying? All my attempts failed miserably, if anyone has an idea i'm all ears :) Cheers, Alexandre

[jQuery] jqModal and cleaning up after itself

2008-01-10 Thread Matt Craig
Perhaps this is a non-standard way to use jqModal, but I use it pretty much exclusively for dynamic form popups. My modal DIVs are dynamically generated and have iframes for content. My use case is: 1) open Modal_1 (generates a div with id=div_order containing an iframe with id=if_order) 2)

[jQuery] jqModal Overlay issue

2007-12-27 Thread Shawn
I'm using the latest version of jqModal (r11). On IE7, the overlay is not transparent in any way (solid grey). In addition, it is being inserted before my page content and pushing the page content down. So, if I scroll down, I can still interact with my page elements. On FF, this works as

[jQuery] jqModal window hangs when trying to rewrite parent page

2007-12-26 Thread somlogan
All, I would really be grateful if someone can shed light on my issue. My parent page contains a trigger to open a jqModal window. The modal window itself contains a button which when clicked on will rewrite the trigger on the parent page. I need to do this because my real-world page has a

[jQuery] jqModal iframe window content

2007-12-12 Thread Alexandre Plennevaux
hi all! i was wondering if anyone has achieved to use jqModal to actually display content in an iframe (instead of doing an ajax call). On Brice's page, he says Inline or remote (ajax/iframe) Window Content. has an available feature, but i haven't managed to do so. I thought using an iframe

[jQuery] jqModal and triggering DOM element

2007-12-10 Thread mmesh
Hi! I have a need to do something everytime jqModal window is closed. Reading documentation revealed that I could use onHide callback. Calling this function works correctly but I need to retrieve id of the element that triggered jqModal in it and I don't know how to do it. I tried: var

[jQuery] jqModal and onHide callback

2007-12-10 Thread mesh
Hi!br I have a need to do something everztime jqModal window is closed. Reading documentation revealed that I could use onHide callback. Calling this function works correctly but I need to retrieve id of the element that triggered jqModal in it and I don't know how to do it.br brI tried:br code

[jQuery] jqModal: how to get the attribute of the trigger link?

2007-12-07 Thread pixeline
hi friends! i would like to use the jqModal plugin in an addressbook-like application, where, from the list of contacts, clicking on an icon next to a contact show the full contact information in a jqModal window. the html i have is unobtrusive: a

[jQuery] JQModal errors out when closing a dialog

2007-12-05 Thread moazzamk
Hi, Can anyone please tell me how to solve this. I was using the latest version of JQModal (I think it was 10) and I upgraded to 11. After that, the page was being pushed down when I did jqmOpen(). So, I reverted back to version 9 which was listed as the most recent old version. The problem

[jQuery] jqModal Overlay not positioned correctly

2007-11-17 Thread donjuanica
I'm using Jquery 1.2.1 and the latest version of jqModal. For some reason the jqmOverlay is not positioned absolute-ly and pushes down content when viewed in IE7. Works fine in FF (of course). Here is the relevant goodness: --JS-- $(document).ready(function(){

[jQuery] jqModal re-binding

2007-11-12 Thread raptor
hi, I have let say an element which I use as for dialog's let say : div id=dialogdiv id=content/div/div then i use : $('#dialog').jqm({ ajax: url, target: '#content' }); so far ok.. it works. But now I want to reuse this dialog. But if I try to bind again with different url2:

[jQuery] jqmodal and thickbox problem in opera9.5 beta

2007-11-09 Thread [EMAIL PROTECTED]
hi ive tested opera 9.5 beta release on windows vista i think there is a problem with the css tag position fixed. because if you have a scrolling page the overlay is fixed to top of the page if you scroll down the overlay ends... are there any fixes for this problem or is it an opera problem?

[jQuery] jqModal timing issue

2007-11-04 Thread sgrover
I'm not sure if I'm doing things quite right with jqModal (the docs are rather sparse). What I'm having a problem with is opening a dialog box (ajax call), and applying a click event handler to my save link. This sometimes works, and sometimes not. Even with a timer added, the handler

[jQuery] jqmodal NOT working inside $.ajax callback function

2007-10-30 Thread vanwil
Hi. I'm trying to do something and it's not working: $.ajax({ type: POST, url: myPhpFile.php, data: someArgument=+someArgument, dataType: json, success: function(msg){

[jQuery] jqModal and the ESC key?

2007-10-25 Thread will
Is there a way to get jqModal dialogs to hide when you hit the escape key? Thanks, Will

[jQuery] jqModal ajax question

2007-10-20 Thread danrich
I'm issuing an ajax call, and passing a parameter. The parameter is the value of a text box on the page, which loads with a default based on a database call. But for some reason, the value isn't being sent in the ajax call. It just stays the same as it is when the page loads, even if the user

[jQuery] jqModal validation (repost)

2007-10-19 Thread bostone
I'm using jqModal to display a form that gets populated through AJAX. I need to add validation so when Submit is clicked I need to make AJAX call to the server and then if validation error is detected instead of dismissing the dialog (which I do now) I need to display warning and leave jqModal

[jQuery] jqModal Opacity Issue (IE7)

2007-10-16 Thread zibings
I've been toying with this for a bit. I'm using the latest version of the jqModal plugin (r11) and having the opacity issue that's appeared on this list before with IE6/7. I've moved the dialog div so that it is a direct child of the body tag, and I've even gone through and added some extra

[jQuery] jqModal validation

2007-10-12 Thread bostone
I'm using jqModal to display a form that gets populated through AJAX. I need to add validation so when Submit is clicked I need to make AJAX call to the server and then if validation error is detected instead of dismissing the dialog (which I do now) I need to display warning and leave jqModal

[jQuery] jqModal - iFrame to remote server content?

2007-10-10 Thread jquiker
jqModal seemed to be the best answer for our needs--the window overlay can be moved, resized, and remote content loaded. However, it can't load remote server content into an iFrame--something AJAX can't do due to security restrictions. A

  1   2   >