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
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 and
gs 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
>
> >jqModalplugin here -http://dev.iceburg.net/jquery/jqModal/
>
> > Any help would be appreciated
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% op
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 re
dal 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 be appreciated
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
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 wh
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 class
Hi,
I am using jqModal (http://dev.iceburg.net/jquery/jqModal/#examples)
to open a modal (some will argue it's an overlayed 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
Dear,
I'm using jqModal like code below :
$(document).ready(function(){
$("#example").treeview();
$('#dialog').jqm();
$('a.jqModal').click(function(){
var e = $(this).text();
$.get("tab_rule.php", { keygroup : e }, function(data){
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.RejectTask&personId='+ patientId +
'&fDocumentId=' + DocumentId;
$('#summaryPo
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
$("#modal").jqm({
ajax:'@href',
ajaxText: '
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),
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 func
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:
$("
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
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 www.kitt
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 :)
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
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 r
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 ove
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 call
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 window
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:
http://www.nabble.com/file/p21526243/code
I've noticed that a page with an active modal window will scroll
vertically forever in IE6.
I finally tracked it down to this line:
if(ie6&&$('html,body').css({height:'100%',width:'100%'})&&o){o=o.css
({position:'absolute'})[0];for(var y in {Top:1,Left:1})
o.style.setExpression(y.toLowerCase(),"
Hi everyone,
I have a basic jqModal page:
---
... blah blah
# Close
Please wait... '
... blah blah
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')
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 properly.
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:
http://www.nabble.com/jqModal-Onload-tp20990657s27240p20990657.htm
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 tr
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
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.
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 t
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:
http://ww
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 pag
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 to
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..
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
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");
}
launchCheck
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:
I have a JS Function with calls to jqModal as such:
$('#modalFormContainer').jqm({ajax: '../modules/dispatcher/index.php?
mod=content&op=modalForm
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:
Please Wait...
My javascript includes:
$(
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
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 that's
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({
ove
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 midd
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?
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 elements behind the overlay
bec
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() {
$(this).html("wait..."
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 f
rthered 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
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) {
h.w.css('opacity',0.9
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) {
h.w.css('opacity',0.9
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 h
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 which contains an with a inside. The
allows me to show messages (error messages and success
confirmation) b
usual, 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
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 is
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
pagination.
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 lik
Hi,
I have a page with a dropdown list () 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')
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 tryi
I have a question regarding the jqModal trigger. I'm writing in a
portal environment, which makes things a little more complicated. I
am opening a modal dialog using a link in a portlet, but I'd like to
update the portlet via ajax after a form in the dialog is submitted.
In order for me to updat
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 not
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 t
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]
http://dangermoose.blogspot.com/2006/01/why-s
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 php
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. p
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 with input
Hi,
Is it possible to reload the contents of a modal (jQModal) window
without closing and opening it again? The content is loaded via get
(default) i want the modal window to reload the same url...
Thanks,
BR
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 in
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...
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
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
Hi,
Is there a way to add scroll bars to a jqmodal dialog?
--
Tom Burns
Hi, everyone, first time sending a message over here :)
Im having troubles with the overlay on IE7.
Using this doctype:
Works great on FF, but on IE7 i get that the overlay is somehow missed
or under all the other elements, it doesnt care that the jqModal have
a zIndex of 5000, greater than an
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 fi
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 someth
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 */
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
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.
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 retriev
hi,
I hope someone can give me a clue on how to let overlay a jqModal window
without interfering in the 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 (f
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 open=function(ha
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
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)
please...
could someone check why this simple code fails when trying to open in a
jqModal window?
Or at least someone with experience in jqModal tell me if I'm losing the
time trying to connect the new window with data coming from a database?
Please,you can take a look at:
http://edit3.csic.es/
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 i
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 tab
I found one previous topic about this
http://groups.google.com/group/jquery-en/browse_thread/thread/8e9724a17b5b9041/b86c5136e5c98090?lnk=gst&q=jqmodal+ajax+cache#b86c5136e5c98090
, but I didn't find answer to my problem. The problem is that jQModal
caches ajax requests.
// This is in the HEAD
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
Hi!
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.
I tried:
var id=h.t.at
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 id=h.
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:
jqModal gets its parameters like this:
$()
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 i
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(){
$('#quicktip').jqm({overl
hi,
I have let say an element which I use as for dialog's let say :
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:
$('#dialog').jqm({ ajax: url2, target: '#content'
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?
I would like to use the excellent JQModal library, but I'm having a
hard time getting the dialog to show up where I want.
In the CSS that comes with it, the dialog has this style:
.jqmWindow
display: none;
position: fixed;
top: 17%;
margin-left: -300;
width: 600px;
I want so
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 som
1 - 100 of 130 matches
Mail list logo