[jQuery] Re: simplemodal, want function to run upon $(document).ready

2010-01-13 Thread Domanique Alicia
I found that I could trigger a click event when the document was loaded. Not quite the straight fix I wanted, but a work around will do the trick. Thanks everyone, Domanique On Jan 12, 12:47 pm, Domanique Alicia wrote: > Hello all, > > I wonder if anyone can shed some light on my problem. >

[jQuery] Re: Simplemodal confirm dialog returns true/false

2010-01-11 Thread jason.le
After some research, I found out that there is no way to pause the execution and wait for the user's response. using callback does not really work in my case. i guess I have to figure something out. On Jan 11, 12:20 pm, "jason.le" wrote: > Hello all, > > I am currently using the simplemodal conf

[jQuery] Re: SimpleModal (probably something really stupid)

2010-01-10 Thread polarwarp
For anyone interested - my issue was trying to integrate this stuff into .net with an updatepanel thrown into the mix. The javascript wasn't actually being called as expected and I'd accidentally done a pnl.visible = true which is why I thought it was working. So yeah that's why the sample didn't

[jQuery] Re: SimpleModal (probably something really stupid)

2010-01-10 Thread polarwarp
Hi, I was told to use this by our tech lead but given how much time I've spent - I might look at this other one. Thanks :) On Jan 8, 3:27 pm, slmnhq wrote: > Did you look at jQuery UI's dialog plug-in? > > It's very easy to use:http://jqueryui.com/demos/dialog/#modal-message > > Salman > > On J

[jQuery] Re: SimpleModal (probably something really stupid)

2010-01-10 Thread polarwarp
I have looked at the simple example - and whilst that works I do not know why mine doesn't. When I click my link it shows the hidden div underneath the content on the page -and it doesn't operate like a modal dialogue and doesn't apply the overlay. I am not getting any javascript errors and I'm j

[jQuery] Re: SimpleModal (probably something really stupid)

2010-01-08 Thread Eric Martin
I would strongly suggest downloading the one of the demos [1], like the basic one, which will probably help answer all of your questions. -Eric [1] http://www.ericmmartin.com/projects/simplemodal-demos/ On Jan 7, 7:57 pm, polarwarp wrote: > I am using the jquery simplemodal code to display a

[jQuery] Re: SimpleModal (probably something really stupid)

2010-01-08 Thread slmnhq
Did you look at jQuery UI's dialog plug-in? It's very easy to use: http://jqueryui.com/demos/dialog/#modal-message Salman On Jan 7, 10:57 pm, polarwarp wrote: > I am using the jquery simplemodal code to display a div on a page. > > I am pretty much calling .modal(); on the div, which has a clas

[jQuery] Re: simplemodal next/back functionality

2010-01-02 Thread nevgenevich
in case others have the same issue, i guessed the problem in the last post... adding a setTimeout(function() { before the call to modal, set for more than the time of closing the previous modal, makes it work. interestingly enough, setting a timeout value less than total closing time but greater th

[jQuery] Re: simplemodal next/back functionality

2010-01-02 Thread nevgenevich
I had time to play around with it more and narrowed it down to the onClose function... this works: onClose: function (dialog) { jQuery.modal.close(); } this doesn't: onClose: function (dialog) { dialog.data.fadeOut(300); dialog.container.fadeOut(100); dialog.over

[jQuery] Re: simplemodal next/back functionality

2009-12-31 Thread nevgenevich
I played around with it, taking it step by step closer to my code until i hit an issue, and narrowed it down to modal effects... below is my change to full effects that i'm using for my project, ignore the jQuery vs $, its my way of avoiding certain conflicts when i remove all these effects from m

Re: [jQuery] Re: simplemodal next/back functionality

2009-12-31 Thread brian
On Thu, Dec 31, 2009 at 2:13 AM, nevgenevich wrote: > > it generates the link properly, when clicking on it: it closes the > modal but does nothing else. i can verify with a console.log that it > gets to after the call to open the previous modal, but it doesnt open > anything. checked to make

[jQuery] Re: simplemodal next/back functionality

2009-12-30 Thread nevgenevich
Thanks a lot for a full example so quickly! styling isnt a problem at all, that i can hack together somehow... however, your code doesnt fully work (i've only tried the previous link part thus far, but...) it generates the link properly, when clicking on it: it closes the modal but does nothing el

[jQuery] Re: SimpleModal overlay does not cover entire screen

2009-12-24 Thread JavaEsse
Oh, and I also set the height and width for the body tag to 100. On Dec 24, 11:43 am, brian wrote: > Your CSS is my first guess. I'm thinking that you've given your BODY > (or HTML) element a set width and margins. Try using a wrapper element > instead to create the content area. > > On Thu, Dec

[jQuery] Re: SimpleModal overlay does not cover entire screen

2009-12-24 Thread JavaEsse
Brian, thanks for the tip. Looks like it worked. I explicitly set the margin and padding for the html and body tags to 0. Then I added a wrapper element and set the padding there. Thank you! On Dec 24, 11:43 am, brian wrote: > Your CSS is my first guess. I'm thinking that you've given your BO

[jQuery] Re: SimpleModal 1.33 Fix

2009-11-16 Thread Eric Martin
Actually, the values are correct, this isn't a bug. mh and mw stand for maximum height and maximum width. ;) That isn't apparent from the variable names, but you can tell when they are assigned. -Eric On Nov 15, 9:11 pm, Enobrev wrote: > Found a bug in SimpleModal 1.33 > > - If Content Height i

[jQuery] Re: SimpleModal issues when loading content via Ajax

2009-11-12 Thread Eric Getchell
I determined what was the issued and will post my solution here in case others encounter the same problem. I incorrectly assumed the .load() call was a synchronous (blocking) call, which it is not. Therefore, the SimpleModal call was processing the empty div before the content had finished being

Re: [jQuery] Re: SimpleModal problem in IE7

2009-11-01 Thread Bruce MacKay
Excellent - Thanks very much Eric, I appreciate your attention to this - I rely on your brilliant plugin on several sites. Cheers, Bruce At 02:45 a.m. 31/10/2009, you wrote: I fixed the issue and released 1.3.3[1]. I updated the demo downloads, but all you need to do is use the newest version

[jQuery] Re: SimpleModal problem in IE7

2009-10-30 Thread Eric Martin
I fixed the issue and released 1.3.3[1]. I updated the demo downloads, but all you need to do is use the newest version of SimpleModal. -Eric [1] http://code.google.com/p/simplemodal/downloads/list On Oct 30, 6:20 am, Eric Martin wrote: > Bruce, > > Thanks for reporting the issue. I was able to

[jQuery] Re: SimpleModal problem in IE7

2009-10-30 Thread Eric Martin
Bruce, Thanks for reporting the issue. I was able to reproduce the issue and will work on a fix. -Eruc On Oct 29, 10:51 pm, Bruce MacKay wrote: > Hi folks, > > I've just updated a previously functioning piece of code that uses > the simplemodal plugin - the code does an ajax call to a file > co

[jQuery] Re: SimpleModal box in the window that contains an iframe

2009-10-07 Thread Yeuker
Unfortunately yes, both jquery and simplemodal are in the iframe b. On Oct 7, 9:56 am, BaBna wrote: > Are the Simple Modal function and jQuery also in frame B? > If yes, I am not sure, and that sounds like a bad idea... > If not, you should be able to do something like this: > var t = top.window

[jQuery] Re: SimpleModal box in the window that contains an iframe

2009-10-07 Thread BaBna
Are the Simple Modal function and jQuery also in frame B? If yes, I am not sure, and that sounds like a bad idea... If not, you should be able to do something like this: var t = top.window; var $d = t.$(document.body); $d.find("#myElement").modal(); On Oct 7, 2:36 pm, Yeuker wrote: > Hi Everyon

[jQuery] Re: SimpleModal Contact Form and Sidebar

2009-09-16 Thread Eric Martin
Trent, I'm not quite sure what you are asking. Could you clarify your question? Thanks, Eric On Sep 12, 7:48 am, Trent <26g...@gmail.com> wrote: > How can I embedSimpleModalContact > Formhttp://www.ericmmartin.com/projects/simplemodal/ > in the sidebar, whose position is fixed on the scrolling

[jQuery] Re: SimpleModal 1.3 height

2009-09-15 Thread Eric Martin
Warren, Can you send me (or better yet create an issue[1]) with a working code sample of the issue you are having? Thanks, Eric [1] http://code.google.com/p/simplemodal/issues/list On Sep 15, 12:09 pm, Warren Benedetto wrote: > Figured it out myself, so I'm posting for anyone else with this >

[jQuery] Re: SimpleModal 1.3 height

2009-09-15 Thread Warren Benedetto
Figured it out myself, so I'm posting for anyone else with this problem. Adding !important to the height specified in my stylesheet overrides the inline style. Not sure if that's the best solution, but it works.

[jQuery] Re: simpleModal question. PLEASE HELP!

2009-09-09 Thread David Garthe
Worked perfectly! Thanks Eric! On Sep 9, 2:28 pm, Eric Martin wrote: > David, > > The problem is being caused by the data you are trying to place in the > modal. You can fix it by wrapping the data in a div before using it in > the modal: > > $(document).ready(function() { >         [snip] >  

[jQuery] Re: simpleModal question. PLEASE HELP!

2009-09-09 Thread Eric Martin
David, The problem is being caused by the data you are trying to place in the modal. You can fix it by wrapping the data in a div before using it in the modal: $(document).ready(function() { [snip] $.get("form.cfm", function(data){ // create a modal

[jQuery] Re: SimpleModal autoresize on demand?

2009-08-27 Thread lanxiazhi
Hello,Try this: $('#dialog').dialog('option',{width:500}) Hope this helps,good luck lanxiazhi

[jQuery] Re: SimpleModal autoresize on demand?

2009-08-26 Thread Eric Martin
Vru, The actual code would depend on exactly what you are trying to do, but taking the "onShow callback function" test[1], I modified the code to resize and reposition the container: function modalShow (dialog) { var self = this; dialog.data.find('input.animate').one('click', fun

[jQuery] Re: Simplemodal is triggering $(document).ready

2009-08-23 Thread Eric Martin
Luis, Can you be a little more clear on what the problem is? Do you have a link or sample (working) code I can see? -Eric On Aug 23, 6:55 am, lfrodrigues wrote: > Hi, > > I've been using simple modal for quite some time. > > Now I have a problem. I have some code with uses $(document).ready an

[jQuery] Re: Simplemodal close confirm

2009-08-21 Thread Dhruva Sagar
Seems like your using the SimpleModal jQuery plugin.I am not sure what happens after you call $.modal.close(); does that remove() the dialog from the DOM? or does it change the #content in any way? Thanks & Regards, Dhruva Sagar. Pablo Picasso

[jQuery] Re: Simplemodal ajax dialog

2009-08-09 Thread Eric Martin
Michael, You need to initialize any third party scripts in the SimpleModal onShow callback. Here's an example of using Datepicker with SimpleModal: http://www.ericmmartin.com/code/datepicker/ -Eric On Aug 7, 2:34 am, Michael Anckaert wrote: > Hello everyone, > > Using the simplemodal plugin I

[jQuery] Re: simplemodal scroll problems

2009-07-30 Thread junkqwe
i want to keep the page's scroll and disable the modal scroll the problem there is that the modal is "floating" on top of the page and i see only the top part of it and if i use scroll only the page behind the modal is scrolling without the modal On Jul 29, 11:01 pm, Eric Martin wrote: > Do you

[jQuery] Re: simplemodal scroll problems

2009-07-29 Thread Eric Martin
Do you have a link? Can you disable the scroll in the page. If not, how about disabling it in the modal: $(element).modal({onShow: function (d) { d.wrap.css('overflow','hidden'); }}); -Eric On Jul 29, 8:44 am, junkqwe wrote: > I am using simplemodal 1.3 > my modal shows a product description

[jQuery] Re: simplemodal plugin - close modal dialog by button/link whatever

2009-07-25 Thread method8
just found out - you have to apply "simplemodal-close" class to your button On Jul 25, 6:32 pm, method8 wrote: > I can't seem to close my modal dialog except when using the close > button. > > I want to do a search dialog box, that closes as soon as the user > presses search (rather than press s

[jQuery] Re: SimpleModal issues... too many scripts?

2009-05-06 Thread Eric Martin
No problem and thanks...glad you got it working. ;) On May 6, 7:19 pm, Steeleclipse wrote: > Close. li#navPhysicians fixed it. > > I only quickly read your  response earlier as I was at work, but at > second glance, I realized this is your script. > > Thanks for a great script, and the assistanc

[jQuery] Re: SimpleModal issues... too many scripts?

2009-05-06 Thread Steeleclipse
Close. li#navPhysicians fixed it. I only quickly read your response earlier as I was at work, but at second glance, I realized this is your script. Thanks for a great script, and the assistance to get it working! On May 6, 3:49 pm, Steeleclipse wrote: > Thanks for your reply. I will try tha

[jQuery] Re: SimpleModal issues... too many scripts?

2009-05-06 Thread Steeleclipse
Thanks for your reply. I will try that tonight and post how it goes! On May 6, 3:37 pm, Eric Martin wrote: > I just took a look and it looks like the main issue is that you are > not binding the link correctly. You need to modify the selector in > confirm.js from: > > $('#confirmDialog input.con

[jQuery] Re: SimpleModal issues... too many scripts?

2009-05-06 Thread Eric Martin
I just took a look and it looks like the main issue is that you are not binding the link correctly. You need to modify the selector in confirm.js from: $('#confirmDialog input.confirm, #confirmDialog a.confirm').click (function (e) { ... }); to: $('#navPhysicians a.confirm').click(function (e)

[jQuery] Re: simplemodal help - dynamic load of modal content breaks close button

2009-03-31 Thread dbonneville
I tried this to...no luck with the binding on the close button yet... $("#button-sales").click(function(event) { $("#modalContentInstSales").load("includes/institutional- sales.html"); $('#modalContentInstSales').modal({ onClose: modalClose, onOpe

[jQuery] Re: simplemodal help - dynamic load of modal content breaks close button

2009-03-31 Thread dbonneville
I tried this to...no luck with the binding on the close button yet... $("#button-sales").click(function(event) { $("#modalContentInstSales").load("includes/institutional- sales.html"); $('#modalContentInstSales').modal({ onClose: modalClose, onOpe

[jQuery] Re: simplemodal help - dynamic load of modal content breaks close button

2009-03-31 Thread dbonneville
Ha! I got that to work! BUT...it does not work correctly for IE6. It loads snappy in all modern browsers and works, but it take up to 15 seconds for IE to unfreeze. Why? We have a strange corporate version of IE6 that is slower than mud and all caching is turned off. The HTML i'm loading is 50 rec

[jQuery] Re: simplemodal help - dynamic load of modal content breaks close button

2009-03-30 Thread Eric Martin
Doug, In your first example, the data is not in the DOM yet. Try something like: $("#button-sales").click(function(e) { e.preventDefault(); $.get("includes/institutional-sales.html", function(data){ // create a modal dialog with the data $('' + dat

[jQuery] Re: simplemodal help - dynamic load of modal content breaks close button

2009-03-30 Thread dbonneville
I have this example too. I have the data loaded, and onShow will trigger an alert if I put one in, but the close button still does not work: $("#button-sales").click(function(event) { $("#modalContentInstSales").load("includes/institutional- sales.html");

[jQuery] Re: simplemodal help - dynamic load of modal content breaks close button

2009-03-30 Thread dbonneville
This does not work quite yet. Anything look wrong? - #button-sales is a button on the page - in firebug, I can see all the loaded data (a small chunk of HTML) in the http-request pane, but it's only in memory - doesn't show up anywhere. How do I get the data into the #modalContentInstSales div?

[jQuery] Re: simplemodal help - dynamic load of modal content breaks close button

2009-03-25 Thread Eric Martin
If you get the data and then use it in the dialog, it will bind the simplemodal-close class. Otherwise, you have to do it manually in the onShow callback. The following will auto-bind: $('#mylink').click(function (e) { e.preventDefault(); // load the contact form using ajax

[jQuery] Re: SimpleModal error in IE7

2009-03-11 Thread Eric Martin
Andrew, Typically this error is caused by binding issues. The best way to prevent it is to make sure that you do any binding of elements in the dialog in the onShow or onOpen callbacks. It is also a good idea to use the simplemodal-close class on elements that cause the dialog to close, as oppose

[jQuery] Re: SimpleModal error in IE7

2009-03-11 Thread ACavers
Eric, I am having the exact same issue with your (excellent) simplemodal plugin. Could you please post your original reply to the group to help others with this same problem? Many thanks. On Mar 11, 4:36 am, Eric Martin wrote: > Ricardo, > > I believe I responded to your email, please let me k

[jQuery] Re: SimpleModal error in IE7

2009-03-10 Thread Eric Martin
Ricardo, I believe I responded to your email, please let me know if you were unable to resolve this. -Eric On Mar 10, 8:46 am, Ricardo Garcia Vega wrote: > Hi! I\'m using your great plugin, but I have a problem with > IE7. The problem comes after closing de simplemodal, I then have to > click

[jQuery] Re: SimpleModal container and closing image

2009-02-24 Thread Eric Martin
Ron, It sounds like the CSS just isn't pointing to the right place. Do you have a link I can view? -Eric On Feb 23, 4:27 pm, Ron wrote: > Hi, > > I'm using the SimpleModal library to display help text in a modal > popup.  We are using the a.closeimg in the stylesheet to display a > modified X

[jQuery] Re: Simplemodal causes validators to fire on webform

2009-01-12 Thread tawright915
I figured it out. The close button on my modal panel was set to causes validation = true. I set that to false and all works fine. Thanks for the help. Your post got me thinking about that. Tom On Jan 10, 1:13 am, "jQuery Lover" wrote: > You probably binding your validators to ALL input[type=

[jQuery] Re: Simplemodal causes validators to fire on webform

2009-01-12 Thread tawright915
would this work if I have some fields using the jquery validate plugin (for masked fields) and some using the MS required field validator? Tom On Jan 10, 1:13 am, "jQuery Lover" wrote: > You probably binding your validators to ALL input[type=submit] or to > some class (Ex: .submit) > > If so g

[jQuery] Re: Simplemodal causes validators to fire on webform

2009-01-09 Thread jQuery Lover
You probably binding your validators to ALL input[type=submit] or to some class (Ex: .submit) If so give your selector a scope $('.submit-button', document.forms[0]).bind()... jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Jan 8, 2009 at 9:31 PM, tawright915 wrote: > > Wh

[jQuery] Re: Simplemodal causes validators to fire on webform

2009-01-09 Thread Eric Martin
Tom, I'd need to see the code or a simplified test case to know what is going on. -Eric On Jan 8, 8:31 am, tawright915 wrote: > When I click the close button on my modal message box it causes the > required field validators to fire on my form.  Is there a way to stop > this from happening? > >

[jQuery] Re: SimpleModal container size problem

2008-12-24 Thread Isaac
Thanks. Any idea what the problem was? On Dec 24, 11:42 am, Eric Martin wrote: > Just checked and it looks like it is working properly now... > > On Dec 24, 7:20 am, Isaac wrote: > > > Eric, > > > I've downloaded 1.2.2 (full) as you requested. > > > Isaac > > > On Dec 23, 1:51 pm, Eric Martin

[jQuery] Re: SimpleModal container size problem

2008-12-24 Thread Eric Martin
Just checked and it looks like it is working properly now... On Dec 24, 7:20 am, Isaac wrote: > Eric, > > I've downloaded 1.2.2 (full) as you requested. > > Isaac > > On Dec 23, 1:51 pm, Eric Martin wrote: > > > That is strange - can you get the latest version (1.2.2) and upload > > the full ve

[jQuery] Re: SimpleModal container size problem

2008-12-24 Thread Isaac
Eric, I've downloaded 1.2.2 (full) as you requested. Isaac On Dec 23, 1:51 pm, Eric Martin wrote: > That is strange - can you get the latest version (1.2.2) and upload > the full version, so I can trace it through? > > On Dec 22, 11:23 pm, Isaac wrote: > > > > > > > I have a script that dynam

[jQuery] Re: SimpleModal container size problem

2008-12-23 Thread Eric Martin
That is strange - can you get the latest version (1.2.2) and upload the full version, so I can trace it through? On Dec 22, 11:23 pm, Isaac wrote: > I have a script that dynamically detects the size (using outerwidth > and outerheight) of a tag that I use as my modal window.  It > works on all

[jQuery] Re: Simplemodal plugin position problem subsequent loads

2008-12-19 Thread Eric Martin
Do you have a link you can post or send to me? -Eric On Dec 18, 6:26 pm, zonathen wrote: > I am using simplemodal perfectly fine everywhere but on one page it > loads the content off to the right side of the screen on subsequent > clicks. > > The first time the modal loads perfectly centered as

[jQuery] Re: SimpleModal v1.2 released

2008-12-16 Thread Eric Martin
I just released 1.2.2 which fixed all of the IE6 related positioning bugs. Thanks to Deepak Mehta, Bill Beckelman, James Taylor and others for your help finding these issues. On Dec 4, 11:34 am, Eric Martin wrote: > A new version ofSimpleModalhas been released. It contains a few > improvement

[jQuery] Re: SimpleModal container not showing up

2008-12-11 Thread Isaac
Thank you, this seems to have resolved the issue. Isaac

[jQuery] Re: SimpleModal container not showing up

2008-12-11 Thread Eric Martin
Eric - the styling is coming from SimpleModal. Isaac - please upgrade your version of jQuery - the height() call is returning an invalid value - which is causing your modal dialog to appear off of the screen. On Dec 11, 10:55 am, "Eric Garside" wrote: > Isaac, > > It's a compound of problems.

[jQuery] Re: SimpleModal container not showing up

2008-12-11 Thread Eric Garside
Isaac, It's a compound of problems. If you've got firebug, and you change position:fixed to position:absolute, you will see the box dead center in the middle of the page (with scrolling). Are you stying the box iteself? Or is this some plugin setting its display attributes? On Thu, Dec 11, 2008

[jQuery] Re: SimpleModal container not showing up

2008-12-11 Thread Isaac
Eric, You can see the page at http://www.lacopts.org/dbase/register.php You will see that this doesn't work in any browser (ie, ff, or chrome). Thanks, Isaac

[jQuery] Re: SimpleModal container not showing up

2008-12-10 Thread Eric Martin
Does your page have a valid doctype (and not code before it)? What browser are you using? Do you have any styles applied to the container? Do you have a page I can see? -Eric On Dec 10, 1:37 am, Isaac <[EMAIL PROTECTED]> wrote: > I have a LONG php form which collects data, then submits it to

[jQuery] Re: SimpleModal

2008-11-19 Thread Matt
Try: $.modal.close(); Matt On Nov 19, 12:02 pm, tiny_jason <[EMAIL PROTECTED]> wrote: > When calling the close function in javascript it throws an error. I > dont want to have to have an tag to close the modal. How do i just > call a function to close the modal in js? Heres the  code i use: >

[jQuery] Re: SimpleModal containerCSS not working in Firefox or Chrome

2008-10-26 Thread Bill
Eric, Awesome. I knew it had to be something simple that I was missing. Adding the units fixed it straight away. Bill

[jQuery] Re: SimpleModal containerCSS not working in Firefox or Chrome

2008-10-26 Thread Eric Martin
Bill, Try adding the units for the width, height, and margin: $("#addEditTask").modal({ onOpen: modalOpen, persist: true, containerCss: {width: "300px", height: "200px", marginLeft: "-150px"} }); -Eric On Oct 26, 1:01 pm, Bill <[EMAIL PROTECTED]> wrote: > Good Aftern

[jQuery] Re: SimpleModal wierdness

2008-10-04 Thread Prajwala Manchikatla
I use microsoft visual studio to debug errors on IE. it will point out the error at the exact place. I hope it helps you. On Sat, Oct 4, 2008 at 4:32 AM, Eric Martin <[EMAIL PROTECTED]> wrote: > > Actually, the error is being caused by the issue mentioned: > > http://groups.google.com/group/jquer

[jQuery] Re: SimpleModal wierdness

2008-10-03 Thread Eric Martin
Actually, the error is being caused by the issue mentioned: http://groups.google.com/group/jquery-dev/browse_thread/thread/aabf160d9980e52d/c74b19cc8c63f996 In SimpleModal, you can get around the issue by adding persist:true : $('#modalwikivideo').modal({persist:true}); That will prevent SimpleM

[jQuery] Re: SimpleModal wierdness

2008-10-03 Thread ricardobeat
IE events do not support the preventDefault method. With jQuery you can simply return false to cancel the event: $('.signup').click(function (e) { $('#modalwikivideo').modal(); return false; }); - ricardo On Oct 3, 7:28 am, willard <[EMAIL PROTECTED]> wrote: > Hi folk

[jQuery] Re: SimpleModal for lead generation

2008-08-27 Thread Eric Martin
Seth, Are you just looking for advice on how to do it or are you having a problem/issue? On Aug 27, 9:21 am, Seth - TA <[EMAIL PROTECTED]> wrote: > Hi there > > I am attempting to create a modal which will ask for an email address > when a user attempts to download a document. The basic function

[jQuery] Re: simplemodal and datepicker

2008-05-08 Thread surfast
I am having similar issues using thickbox. I can get the datepicker to show as long as I am using TB_inline but can not get it to work with an ajax call to thickbox? On Mar 12, 5:13 pm, MikeR <[EMAIL PROTECTED]> wrote: > Hm, I took a look at the example generously supplied by Eric Martin, > but w

[jQuery] Re: simplemodal and datepicker

2008-03-08 Thread Eric Martin
I updated all of the JS files and moved the datepicker initialization into the SimpleModal onShow callback, and now it works w/o any errors: http://ericmmartin.com/code/datepicker/ On Mar 7, 7:36 am, 4e4en <[EMAIL PROTECTED]> wrote: > Hello, > > in your example, if you one time open modal box, t

[jQuery] Re: simplemodal and datepicker

2008-03-07 Thread 4e4en
Hello, in your example, if you one time open modal box, then open datepicker, close s-modal, and one more open s-modal, then you either get an error or datepicker moves to (0, 0) point. On Jan 31, 3:52 am, Eric Martin <[EMAIL PROTECTED]> wrote: > Thanks for the example Marc. To answer the OP's q

[jQuery] Re: simplemodal and datepicker

2008-01-30 Thread Eric Martin
Thanks for the example Marc. To answer the OP's question, I added an example using SimpleModal: http://ericmmartin.com/code/datepicker/ -Eric On Jan 30, 12:43 pm, 1Marc <[EMAIL PROTECTED]> wrote: > I've had a lot of questions about modal windows and UI Datepicker, so > I created a demo example

[jQuery] Re: simplemodal and datepicker

2008-01-30 Thread 1Marc
I've had a lot of questions about modal windows and UI Datepicker, so I created a demo example using thickbox: http://marcgrabanski.com/code/ui-datepicker/extras/thickbox-datepicker I hope that helps. On Jan 30, 10:55 am, Eric Martin <[EMAIL PROTECTED]> wrote: > On Jan 30, 6:13 am, rayfidelity

[jQuery] Re: simplemodal and datepicker

2008-01-30 Thread Eric Martin
On Jan 30, 6:13 am, rayfidelity <[EMAIL PROTECTED]> wrote: > Hi, > > I want to enable datepicker in the modal window that > opens...datepicker works fine for itself but i cannot get it to work > in modal. Any ideas? Can you clarify what you mean by "cannot get it to work in modal"? > > Modal win

[jQuery] Re: SimpleModal v1.1 released

2008-01-06 Thread Eric Martin
I released a WordPress plugin today. It's an modal ajax contact form built using jQuery and SimpleModal. http://wordpress.org/extend/plugins/simplemodal-contact-form-smcf/ -Eric On Jan 4, 2:36 pm, Eric Martin <[EMAIL PROTECTED]> wrote: > Hello, > > I've released a new version of SimpleModal. I