[jQuery] Re: jqModal problem

2009-09-20 Thread Mad-Halfling
Have you tried adding modal: true into your jqm statement? On Sep 20, 5:52 pm, Dennis Madsen den...@demaweb.dk wrote: 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

[jQuery] Re: jqModal problem

2009-09-20 Thread Dennis Madsen
I've done that now - doesn't help me :( I've uploaded a zip-file with the complete sample if it's easier for you: http://dennismadsen.com/uploads/modalTest/modalTest.zip On Sep 20, 9:56 pm, Mad-Halfling mad-halfl...@yahoo.com wrote: Have you tried adding modal: true into your jqm statement?

[jQuery] Re: JqModal / simpleModal - maintaining form state

2009-09-01 Thread Steffan A. Cline
on 8/31/09 5:27 PM, Eric Martin at emarti...@gmail.com wrote: If you are referring to the known issues I mentioned - since they are browser issues, Eric, thanks for the response. What issues did you mention that I missed? you'd need to implement something that woul keep track of state in

[jQuery] Re: JqModal / simpleModal - maintaining form state

2009-09-01 Thread Eric Martin
If you are referring to the known issues I mentioned - since they are browser issues, Eric, thanks for the response. What issues did you mention that I missed? http://www.ericmmartin.com/projects/simplemodal_v12/#othernotes [under Known Issues] you'd need to implement something that

[jQuery] Re: JqModal / simpleModal - maintaining form state

2009-09-01 Thread Steffan A. Cline
on 9/1/09 8:33 AM, Eric Martin at emarti...@gmail.com wrote: If you are referring to the known issues I mentioned - since they are browser issues, Eric, thanks for the response. What issues did you mention that I missed? http://www.ericmmartin.com/projects/simplemodal_v12/#othernotes

[jQuery] Re: JqModal / simpleModal - maintaining form state

2009-08-31 Thread Steffan A. Cline
on 8/30/09 12:48 PM, Steffan Cline at stef...@hldns.com wrote: 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

[jQuery] Re: jqModal +r14 updated

2009-08-31 Thread Robert Wagner
2009/4/30 Steven Garcia stevendgar...@gmail.com: I cant seem to get jQuery's live function working with this at all. I tried all variations possible, including dmitri's suggestion The modal does indeed pop up, but instead of loading the ajax content, I get redirected to that URL. Anyone

[jQuery] Re: JqModal / simpleModal - maintaining form state

2009-08-31 Thread Eric Martin
If you are referring to the known issues I mentioned - since they are browser issues, you'd need to implement something that woul keep track of state in those browsers. On Aug 31, 6:45 am, Steffan A. Cline stef...@hldns.com wrote: on8/30/09 12:48 PM, Steffan Cline at stef...@hldns.com wrote:

[jQuery] Re: JqModal / simpleModal - maintaining form state

2009-08-30 Thread Eric Martin
With SimpleModal, you can use the persist option: $(el).modal({persist:true}); There are some known issues in IE though.[1] -Eric [1]: http://www.ericmmartin.com/projects/simplemodal_v12/#othernotes [under Known Issues] On Aug 30, 12:48 pm, Steffan A. Cline stef...@hldns.com wrote: I have

[jQuery] Re: JqModal

2009-08-29 Thread lyubov
Stephan,For positioning adjust margin-left to be half of your new width. For example if you set your width to 800px, then the entry for margin-left should be: magrin-left:-400px; Regards, Lyubov On Sat, Aug 29, 2009 at 12:11 PM, Steffan A. Cline stef...@hldns.comwrote: Using the very basic

[jQuery] Re: jqModal - Deactivate a register trigger

2009-05-19 Thread Jim D
I don't believe there's a removeTrigger sort of function for jqModal. The only thing I can think of to do would be to bind a click event to the element you want to trigger the modal instead of using the jqmAddTrigger() method. So instead of:

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

2009-05-11 Thread Tony
Hello, The well known issue with IE. Also two options - 1. Create the modal as first child of body or 2 look here http://groups.google.com/group/jquery-en/browse_thread/thread/65b3b02d5943e84b/230c06e1f70c68b4?lnk=gstq=toTop#230c06e1f70c68b4 On May 11, 2:27 pm, Geert Baven geertba...@gmail.com

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

2009-05-11 Thread Geert Baven
Thanks mate! your first option already solves the problem.cheers Geert 2009/5/11 Tony t...@trirand.com Hello, The well known issue with IE. Also two options - 1. Create the modal as first child of body or 2 look here

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

2009-05-11 Thread Bradley
Can anyone help me with inserting new jqModal links? On May 6, 3:06 pm, Bradley bradleyrobert...@gmail.com wrote: I read a bit on the newjqModalversion that has live events on the a.jqModal (Actually reading this didn't tell me whether live events were enabled on .jqModalby default, or if you

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

2009-05-11 Thread Bradley
Ok I just fixed this with my own answer to someone else's question. Instead of adding the .click to the anchor, I instead added the trigger like this: $(#modal).jqmAddTrigger(a.jqModal) Worked like a charm On May 11, 11:30 am, Bradley bradleyrobert...@gmail.com wrote: Can anyone help me with

[jQuery] Re: jqModal question in regard to IE6

2009-05-05 Thread Jim D
Rick, Could you post an example link so I could get a better idea of what you're talking about? I've dealt with jqModal issues in IE6 before so I may be able to help you out, but I would need to see the page where all this is happening. On May 4, 10:14 am, Rick ric...@gmail.com wrote: Man,

[jQuery] Re: jqModal question in regard to IE6

2009-05-05 Thread Rick
Thanks Jim. I figured it out (after googling a bit.) The issue was related to ie6 caching the ajax query results. I ended up appending a time stamp to the ajax query and it then works. I should probably modify the js file so that it takes an optional cache property, that you can set to false if

[jQuery] Re: jqModal +r14 updated

2009-04-30 Thread Steven Garcia
I cant seem to get jQuery's live function working with this at all. I tried all variations possible, including dmitri's suggestion The modal does indeed pop up, but instead of loading the ajax content, I get redirected to that URL. Anyone else run into this problem?

[jQuery] Re: jqmodal Ajax issue

2009-03-30 Thread Tad
OK, I've tried the onShow and no dice. I keep getting errors that are more of an issue than the ones I'm trying to avoid. So for now I'm just going to have to live with it as is and try to make sure no one uses those links with my .pop-up class. Thanks for your input Alexandre. On Mar 25, 2:55 

[jQuery] Re: jqmodal Ajax issue

2009-03-25 Thread Alexandre Plennevaux
1/ i would make sure the div exist before initalising the jqModal, so add the jqm initialisation to your createDiv function or through a callback executed when the createDiv is done.2/ for your specific question: your check is incorrect. The good use would be to use jqmodal onShow() callback and

[jQuery] Re: jqModal +r14 updated

2009-03-19 Thread dmitri zimmerman
I implemented r14's new @ feature, and found it required the addition of one minor addition to work: When setting the anchors via live or otherwise, the jqmShow() needs to pass the argument of this or the ajax will not receive the @ [attribute's] value. $('#jqModal').jqm({ajax:'@href'}); //

[jQuery] Re: jqmodal nested ajax

2009-01-09 Thread Kid_Niki
Also, If you look at this threadI put up an example of my code... http://www.nabble.com/jqModal-problem-in-firefox-not-firing-ready-tp20352990s27240p20352990.html Kid_Niki wrote: This is exactly the problem I'm having. It works under IE, but not in firefox. Firefox doesn't fire the

[jQuery] Re: jqModal ajax question

2008-12-22 Thread Alexandre Plennevaux
simplest way is to use it like this: html : a href=page/to/load/loadinfo.php?var=valfoo=bar class=jqModalLoad the page/a then initiate your jqmodal like this: javascript: $(document).ready(function(){ $(.jqm({trigger: 'a.jqModal',ajax:'@href'}); }); HTH alexandre On Mon, Dec 22, 2008 at

[jQuery] Re: jqModal + validate + blockui plugins

2008-12-17 Thread Jörn Zaefferer
Could you provide a testpage? Jörn On Wed, Dec 17, 2008 at 2:30 AM, Bhavin bhavin.sangh...@gmail.com wrote: 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

[jQuery] Re: jqModal + validate + blockui plugins

2008-12-17 Thread Bhavin
i have following js code: var qptarget = $('#qp div.jqmdMSG'); (#qpForm).validate(); $(#qp).jqm({ trigger:'a.qpTrigger', ajax:'@href', modal:true,

[jQuery] Re: jqModal Onload

2008-12-13 Thread MorningZ
It's easy when you read the documentation http://dev.iceburg.net/jquery/jqModal/README You can manually show or hide a dialog with $.jqmShow() and $.jqmHide (). e.g. $(e).jqm().jqmShow(); $('#window2').jqmHide();

[jQuery] Re: jqModal

2008-11-11 Thread MorningZ
$('#ex3b').jqmShow({ ajax: 'examples/3b.html', target: 'div.jqmAlertContent', overlay: 70, autofire: true }); You may also give this a shot: $('#ex3b').jqm().jqmShow({ ajax: 'examples/3b.html', target: 'div.jqmAlertContent',

[jQuery] Re: jqModal

2008-11-11 Thread Rule13
This did the trick... or at least it fires off the modal they way I want... but the file (examples/3b.html) no longer loads. Any ideas on this? Thanks for your help. MorningZ wrote: $('#ex3b').jqmShow({ ajax: 'examples/3b.html', target: 'div.jqmAlertContent',

[jQuery] Re: jqModal

2008-11-11 Thread Rule13
Hi Liam... I tried this approach but am still getting the message (h has no properties) and the modal is not loading. Stringing jqm().jqmShow is loading the modal correctly, but now the external file (examples/3b.html) no longer loads. Any ideas? Thanks for your help. Liam Potter wrote:

[jQuery] Re: jqModal

2008-11-11 Thread Liam Potter
change $().ready(function() { to $(document).ready(function() { Rule13 wrote: 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

[jQuery] Re: jqModal iframe closing 2

2008-11-06 Thread Yessica
No,that makes some error report... I need to live it '' It seems that the iframe java is little slower in execution...

[jQuery] Re: jqModal iframe closing 2

2008-10-31 Thread Alexandre Plennevaux
i'd say simply replace the iframe href attribute value onHide using blank.html or # On Fri, Oct 31, 2008 at 6:16 PM, Yessica [EMAIL PROTECTED] wrote: 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

[jQuery] Re: jQModal loading separate urls into div

2008-10-23 Thread Alexandre Plennevaux
With so little data it's hard to really give an advise. do you populate the content inside the div via an ajax call? Then you need to bind their click event (after they have been loaded see livequery plugin), to a function that does ajax calls inside the div you could also use an iframe (

[jQuery] Re: jQModal loading separate urls into div

2008-10-23 Thread jalanbyers
Sorry for the sparseness, that's exactly what I was speaking of... unfortunately there's no way to do this with jQModal alone.. I was hoping that I had overlooked something in the docs.. thanks for the response! On Oct 23, 2:29 am, Alexandre Plennevaux [EMAIL PROTECTED] wrote: With so little

[jQuery] Re: jqmodal set trigger to radio button ?

2008-09-28 Thread MorningZ
SUPER quick and bare bones working example http://pastebin.com/m6bb59575 On Sep 28, 2:26 pm, claudes [EMAIL PROTECTED] wrote: 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

[jQuery] Re: jqmodal set trigger to radio button ?

2008-09-28 Thread claudes
worked swimmingly. thanks for new lesson; .change() --- i'll have to read up more on it. MorningZ wrote: SUPER quick and bare bones working example http://pastebin.com/m6bb59575 On Sep 28, 2:26 pm, claudes [EMAIL PROTECTED] wrote: How do I set jqmodal to trigger when a radio

[jQuery] Re: jQModal is modaling over target div content.

2008-09-23 Thread MorningZ
Is this in IE? If so (even if not), try adding the parameter toTop: true to the jqm declaration helped me out here http://groups.google.com/group/jquery-en/browse_thread/thread/a7b200301d36ce0f/6751840de0e969cc?

[jQuery] Re: jqModal and IE problems

2008-09-08 Thread Jayson89052
The issue is that you are using position: relative on one of the parent elements. Thanks, Jayson On Aug 30, 4:38 pm, MorningZ [EMAIL PROTECTED] wrote: hmmm.. missed that option and that did indeed fix my problem i do wonder why that option isn't true by default...  oh well, at least i

[jQuery] Re: jqModal - How to access the iframe from the parent

2008-09-05 Thread Francesc Rosàs
What about this? parent.jQuery('#modalWindow').jqmHide() I've tried something similar in IE 6 7, Firefox 3, Opera 9.5, Safari 3.1.2 and even Google Chrome and it seems to work.

[jQuery] Re: jqModal and IE problems

2008-08-30 Thread Tony
To overcome this try to use toTop option - i.e toTop:true See more about this in the docs. On Aug 29, 10:44 pm, MorningZ [EMAIL PROTECTED] wrote: 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

[jQuery] Re: jqModal and IE problems

2008-08-30 Thread MorningZ
hmmm.. missed that option and that did indeed fix my problem i do wonder why that option isn't true by default... oh well, at least i know the answer now

[jQuery] Re: jqModal and IE problems

2008-08-29 Thread Alexandre Plennevaux
did you try changing the doctype ? Alexandre Plennevaux http://www.lab-au.com On Fri, Aug 29, 2008 at 9:44 PM, MorningZ [EMAIL PROTECTED] wrote: 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

[jQuery] Re: jqModal and div

2008-08-28 Thread Tony
Anyone? Anyone? Is there anyone that can help me here? On Aug 27, 10:22 am, Tony [EMAIL PROTECTED] wrote: 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

[jQuery] Re: jqModal - How to access the iframe from the parent

2008-07-16 Thread isharerides.com
Hi there, Just in case this helps you still, here is how I got this to work: $(#button2).click(function() { parent.top.$.closeDOMWindow({ closeNow:1 }); }); If you include this snippet into the site displayed in the

[jQuery] Re: jqModal - How to access the iframe from the parent

2008-07-16 Thread isharerides.com
Actually that only works in FireFox... IExplorer seems to be blocking this due to security reasons. On Jul 16, 5:34 pm, isharerides.com [EMAIL PROTECTED] wrote: Hi there, Just in case this helps you still, here is how I got this to work: $(#button2).click(function() {

[jQuery] Re: jqmodal positioning from within iframed page

2008-07-15 Thread IncludE
Scoping on the window where jQuery has been loaded. You must try to force scoping on the iframe. So don't forget to give a name and an id for each window, allows to communicate better between them. After that, check if the jqmodal can scope the correct DOM branch. You can put the jqmodal script

[jQuery] Re: jqmodal close on javascript event

2008-07-14 Thread MorningZ
Yes, it's possible it would be like function SomeEventYouCallOnRowDoubleClick() { $(#ID_of_JQM_Window).jqmHide(); }

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

2008-07-12 Thread Kassan
I found a solution: ajaxStart is global... But why? I am new to jquery, and really don't understand why $('#contactform').ajaxStart(function() { is not attached to #contactform? Please tell me who needs to update all ajax placeholders during ajax request? Funny... ...And thanks for your help

[jQuery] Re: jqModal problem with IE6

2008-07-06 Thread alconsten
Found it. Check the jqmodal.css it has a line with position: fixed; this causes problems in IE6. Change it into: position: absloute; and the problem is solved. alconsten wrote: 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

[jQuery] Re: jqModal problem with IE6

2008-07-06 Thread Brice Burgess
Aarnold, Great to hear you found a workaround. It is important to note that most of the examples use fixed positioning to keep the popup dialolg in the center of the screen (even when scrolling). This is all in the CSS and can be changed from there. As IE6 does not support position: fixed, a

[jQuery] Re: jqModal r13 released!

2008-07-06 Thread Benjamin Sterling
Brice, very nice work! There is not a project that goes by that I don't use your plugin in. On Sun, Jul 6, 2008 at 10:18 PM, Brice Burgess [EMAIL PROTECTED] wrote: I've released the 13th revision of jqModal. Maybe I should have jumped to 14... but scientists are not superstitious. I do

[jQuery] Re: jqModal r13 released!

2008-07-06 Thread Alexandre Plennevaux
On Mon, Jul 7, 2008 at 4:52 AM, Benjamin Sterling [EMAIL PROTECTED] wrote: Brice, very nice work! There is not a project that goes by that I don't use your plugin in. On Sun, Jul 6, 2008 at 10:18 PM, Brice Burgess [EMAIL PROTECTED] wrote: I've released the 13th revision of jqModal. Maybe I

[jQuery] Re: jqModal - How to access the iframe from the parent

2008-07-02 Thread Alexandre Plennevaux
On Wed, Jul 2, 2008 at 11:42 PM, Hypolite [EMAIL PROTECTED] wrote: I'm still stuck with my jqModal iframe closing problem. But this time it's the other way I can't figure out. Here is my HTML/JS code for the parent windows : div id=div_modal class=jqmWindowiframe id=iframe

[jQuery] Re: jqModal - How to access the iframe from the parent

2008-07-02 Thread zaroundus
Excerpt from jqModal documentation: 2. Triggers and Closes are typically added on the fly via CSS class selections when $.jqm() is called on element(s). They can also be manually added. e.g. $(e).jqmAddTrigger(triggers) will add a trigger to open (show) dialog(s) attached to e, and

[jQuery] Re: jqModal dialog closes when clicked on

2008-07-02 Thread Brice Burgess
Zaroundus, I wasn't able to visit your test page, but can clearly see the offending code. On Jul 2, 7:53 pm, zaroundus [EMAIL PROTECTED] wrote: var cfLoad = function(hash) {         ...         hash.w.load(jax/credForm.php);         hash.w.jqmAddClose(); ...         var You

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

2008-07-01 Thread Hypolite
tlphipps wrote: Based on my experiences with thickbox, I don't believe this is true. I have code in thickbox iframes which will close the thickbox window whenever I call it. I use something like: document.top.tb_remove() (can't remember exact syntax) Ok, starting from your suggestion

[jQuery] Re: jqModal r12 release

2008-07-01 Thread Alexandre Plennevaux
On Mon, Jun 30, 2008 at 8:29 PM, Alexandre Plennevaux [EMAIL PROTECTED] wrote: aloha Brice! Further to my previous message, i've been trying some but didn't get much success with this, maybe you can help me: basically, my app is full of thickbox calls where urls are parts of the url query

[jQuery] Re: jqModal r12 release

2008-07-01 Thread tlphipps
Alexandre, Thanks for writing this. It's a really great reference. I posted this question on your blog too, but thought I'd repost here and get feedback from others (maybe even Brice). What are the advantages/disadvantages of using jqmodal vs. using the new ui.dialog? I'm also wanting to get

[jQuery] Re: jqModal r12 release

2008-06-30 Thread Alexandre Plennevaux
hi Brice, i need to convert my admin -in-development from thickbox, so basically make a wrapper function that interfaces nicely all my thickbox calls to jModal. if i manage to, i'll post a how-to... the only thing i'm not sure i can manage is the modal window width/height change per call, but i'll

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

2008-06-30 Thread Brice Burgess
On Jun 29, 1:32 pm, Hypolite [EMAIL PROTECTED] wrote: I have a jqModal div which contains an iframe with a form inside. The iframe allows me to show messages (error messages and success confirmation) back after the submission of the form. But I can't manage to close the modal dialog with a

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

2008-06-30 Thread Hypolite
Brice Burgess wrote: Someone correct me if I am wrong, but I believe that scripts executing within iframes have their own global scope (are isolated or sandboxed)... and thus they may only access elements/etc. within the DOM of the iframe itself. Thanks for the answer, as far as I know,

[jQuery] Re: jqModal r12 release

2008-06-30 Thread Alexandre Plennevaux
aloha Brice! Further to my previous message, i've been trying some but didn't get much success with this, maybe you can help me: basically, my app is full of thickbox calls where urls are parts of the url query string, such as

[jQuery] Re: jqModal r12 release

2008-06-29 Thread Brice Burgess
Alexandre, The neat thing about jqModal is it's flexibility. Really anything is possible... but may take some extra code (CSS, onShow Callbacks, etc.) to achieve the desired effect. It is a good idea to extend jqModal... say to mimic the (very good looking) effects and functionality of

[jQuery] Re: jqModal r12 release

2008-06-27 Thread Alexandre Plennevaux
Brice, i have a feature request: the possibilty to use proportional width instead of fixed width, so we can tell it to take like 90% of the available width space. Useful in some cases for complex UI. sorry if it is possible already, didn't manage to so far. thanks !!! On Tue, Jun 24, 2008 at

[jQuery] Re: jqModal r12 release

2008-06-23 Thread Alexandre Plennevaux
hurray !! thanks brice ! Alexandre On Mon, Jun 23, 2008 at 6:07 AM, Rey Bango [EMAIL PROTECTED] wrote: Nice Brice! Rey Brice Burgess wrote: Ladies and Gentleman, I have finally updated jqModal, and apologize for the ridiculous delay. I am also pleased to announce that the plugin

[jQuery] Re: jqModal r12 release

2008-06-23 Thread Jose Noheda
Had I known this existed I would have saved a day of work :-( I did a Google Search for lightbox and it didn't appear. You may include the keyword somewhere Regards, On Mon, Jun 23, 2008 at 9:37 AM, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hurray !! thanks brice ! Alexandre On Mon,

[jQuery] Re: jqModal r12 release

2008-06-23 Thread Brice Burgess
Oh no problem :) One thing I forgot to mention is that jqModal is now dual licensed under both the MIT and GPL licenses -- which is more in sync with all the others. I was always under the impression that the MIT license was leniant enough to allow re-licensing derivatves under the GPL for

[jQuery] Re: jqModal r12 release

2008-06-23 Thread MorningZ
Brice: Thanks a lot for all the hard work, your plugin is one of the most used ones in my applications Glad to see it playing nicely with the new jQuery version

[jQuery] Re: jqModal r12 release

2008-06-22 Thread Rey Bango
Nice Brice! Rey Brice Burgess wrote: Ladies and Gentleman, I have finally updated jqModal, and apologize for the ridiculous delay. I am also pleased to announce that the plugin page has been updated to include improved documentation. jqModal is a tiny general-purpose windowing /

[jQuery] Re: jqModal callback

2008-06-10 Thread Jan Limpens
Nobody has an idea, what I am doing wrong? Or is the question too specific / this the wrong place to ask this kind of question? 2008/6/6 Jan Limpens [EMAIL PROTECTED]: Hello, I am in the process of writing some scripts that makes use of JqModal (http://dev.iceburg.net/jquery/jqModal/). What

[jQuery] Re: JqModal

2008-06-06 Thread highjo
Hello!guys! this time i waited more than tow days for a little help.i've trying to figure out how to do it with the belief that i would get helped.A part from the unanswerd post i'll like to ask if it possible to make a modal window popup wihout a mouse click like on load and especially if in a

[jQuery] Re: jqModal question

2008-06-04 Thread Josh Nathanson
Adam - you have to bind the jqmClose class in the onLoad callback. Otherwise, the links are not there to be bound yet. So you might have something like this: $(#modaldiv).jqm({ trigger: 'a.modal_link', ajax: '@href', onLoad: function() {

[jQuery] Re: JqModal

2008-06-03 Thread highjo
hi guys i've tried things and it working.thanks to all specially to michael geary.I loaded into the popup modal an existing php page. it asking for email and there is a javascript validation for email ans comfirm email.now what i want to do is to make the popup apear anytime the vaidation fail

[jQuery] Re: jqModal and dynamic Ajax

2008-06-02 Thread Chag
No one can help ? Chag -- View this message in context: http://www.nabble.com/jqModal-and-dynamic-Ajax-tp17514602s27240p17604358.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: JqModal

2008-06-02 Thread Michael Geary
Highjo, it's only been 90 minutes since your first post appeared here. Be patient. :-) If you posted the message earlier than that, it was probably delayed because messages from new members go through moderation to help cut down on the terrible spam problem in Google Groups. (See the Google Maps

[jQuery] Re: JqModal

2008-06-02 Thread Pyrolupus
If the datestamps on your posts are right, then you are complaining of no response in under two hours? Is that correct? You just need to practice a bit more patience. Personally, I browse new posts to the group somewhere between zero and three times per day. I would not expect an immediate

[jQuery] Re: JqModal

2008-06-02 Thread Michael Geary
Keep in mind that posts from new members are moderated to fight the terrible spam problem in Google Groups. So highjo may have posted the original message much longer ago than that. Patience is still a good thing, of course. :-) -Mike If the datestamps on your posts are right, then you are

[jQuery] Re: [jqModal] How to override style properties (SOLVED)

2008-05-14 Thread Carl Von Stetten
In case anyone else runs across this: in my css file I added the !important declaration after the cursor style. This causes the css style to override the user style applied by jqModal. Carl Carl Von Stetten wrote: I've read all of the documentation on the jqModal home pages. I

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

2008-04-17 Thread Christoph Haas
On Dienstag, 15. April 2008, Naveen wrote: 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

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

2008-04-17 Thread Ken Gregg
I ran into a similar problem including jquery in a page loaded into an iframe in thickbox. Had to do with the iframe not being visible when the page loaded. This may be a similar case. Here is my thickbox fix:

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

2008-04-17 Thread Naveen
On Apr 17, 1:00 am, Christoph Haas [EMAIL PROTECTED] wrote: On Dienstag, 15. April 2008, Naveen wrote: 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

[jQuery] Re: jQModal reload..how?

2008-04-08 Thread rayfidelity
Anyone? is it possible at all? On Apr 8, 11:08 am, rayfidelity [EMAIL PROTECTED] wrote: 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...

[jQuery] Re: jqModal and Rounded Corners

2008-04-03 Thread wick
If you don't have any luck with jqModal, try the Impromptu plugin. I believe it serves the same purpose as jqModal rounded corners are easy: $.prompt( ).children('#jqi').corner(); or if you use the plugin's prefix parameter, change the ID selector above to match your prefix, or use:

[jQuery] Re: jqModal and Rounded Corners

2008-04-02 Thread Shawn
I've done it. If I remember right, I had to use a local DIV, hide it, and then round the corners. My HTML looked something like this: div id=dialogOrg class=jqmWindow div class=dialogHead div class=dialogTitleOrganization/div div class=dialogClose a

[jQuery] Re: jqModal w/ jQuery v1.2.3

2008-04-01 Thread Benjamin Sterling
Hey Rey, it is, I am using it in my WP plugin with no issue. On Tue, Apr 1, 2008 at 10:34 PM, Rey Bango [EMAIL PROTECTED] wrote: 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.

[jQuery] Re: jqModal w/ jQuery v1.2.3

2008-04-01 Thread Rey Bango
Sweet! Thanks for the feedback Ben! :) Rey Benjamin Sterling wrote: Hey Rey, it is, I am using it in my WP plugin with no issue. On Tue, Apr 1, 2008 at 10:34 PM, Rey Bango [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hey Brice! Long time no chat. I was curious if jqModal is

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

2008-02-24 Thread metoikos
You can use jqModal's onLoad event. $('#modal').jqm({ajax: url,target: 'div.jq_content', trigger: false, modal:true, onLoad: modalLoaded }).jqmShow(); function modalLoaded(hash) { // call function or bind event to elements } On Feb 24, 2:07 am, J. Childers [EMAIL PROTECTED] wrote: Hi, I'm

[jQuery] Re: jqmodal nested ajax

2008-02-22 Thread Tom
Check out section 3 [ AJAX RELATED ] of the documentation at http://dev.iceburg.net/jquery/jqModal/README A Nested Modal demo can be found here http://dev.iceburg.net/jquery/jqModal/ I have never used it myself but I assume that you can just add ajax as a parameter to the second nested jqm call?

[jQuery] Re: jqModal using jqmShow instead of trigger gives problems

2008-02-22 Thread Tom
Well I seem to have been able to fix this. Still now 100% sure what the problem was though! I originally had some header footer info in the html page to be ajaxed into the modal window. I had it set up this way as I ahd hope dto allow uses with JS disabled to redirect to the page when the Modal

[jQuery] Re: jqmodal nested ajax

2008-02-22 Thread rayfidelity
If you would look at the demo you would see, that the demo is not nested ajax...the first modal is ajax but the second isn't i need the second one to be ajax too... On Feb 22, 3:46 pm, Tom [EMAIL PROTECTED] wrote: Check out section 3 [ AJAX RELATED ] of the documentation

[jQuery] Re: jqModal using jqmShow instead of trigger gives problems

2008-02-22 Thread Shawn
I have found that if you want JS to be applied to or run from the loaded page, it is better to account for that outside the page... i.e. I include functions on my normal JS library the dialog may make use of. It seems that loading Dialogs that include JS (includes or source) is somewhat

[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Alexandre Plennevaux
ok i kind of managed, if anyone interested, i did it like this: $('a.jqmodal').bind('click',function(){ imgPreloader = new Image(); //var mOffset = $('#modalWindow').show().offset(); //$.log(mWidth = + mWidth); //$.log(mHeight = + mHeight);

[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Rick Faircloth
10:40 AM To: jQuery (English) Subject: [jQuery] Re: jqmodal autosize to fit contained image in window ok i kind of managed, if anyone interested, i did it like this: $('a.jqmodal').bind('click',function(){ imgPreloader = new Image(); //var mOffset = $('#modalWindow').show

[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Alexandre Plennevaux
-- Original Message -- To: Jquery-en (jquery-en@googlegroups.com) From: Rick Faircloth ([EMAIL PROTECTED]) Subject: [jQuery] Re: jqmodal autosize to fit contained image in window Date: 15/1/2008 16:51:16 Hi, Alexandre... I'm going to be working with having images sized

[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Rick Faircloth
! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: Tuesday, January 15, 2008 11:02 AM To: Jquery-en Subject: [jQuery] Re: jqmodal autosize to fit contained image in window -- Original Message

[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Alexandre Plennevaux
Are you returning a the imgPreloader variable back to the server to process your image server-side, or is everything being done on the fly client-side? nope, all done on the client side Well, after looking more closely at your code, I can see you're setting the img attributes based on the

[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Rick Faircloth
Sounds good... good luck to you, too! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: Tuesday, January 15, 2008 11:41 AM To: Jquery-en Subject: [jQuery] Re: jqmodal autosize to fit contained image

[jQuery] Re: jqModal to get info from database fails

2008-01-11 Thread pere roca
bingo! and I need no Ajax in the code... just the iframe in a div. Thanks a lot. You can check again in: http://edit3.csic.es/fitxers/xmls/jqModals2.html Now I want from the main page execute some code when user clicks on the Submit button of the iframe. I can access to the iframe div

[jQuery] Re: jqModal and cleaning up after itself

2008-01-10 Thread offsitestorage
Here is my solution. Do everything inside Modal_1's iframe and use the parent property instead of trying to do things inside the main browser window. This is suboptimal because for some of my forms it is nice to have a sizable modal open and this forces any modals that open inside the iframe to

[jQuery] Re: jqModal to get info from database fails

2008-01-09 Thread Alexandre Plennevaux
i wonder if the problem is not due to your directory structure: your select_forms.html page resides in a directory, so it loads formularis_xml.php in the same folder. but if you load that select_form page via ajax, the root becomes the loading page, so not the xmls folder. try putting

  1   2   >