Thanks Brice - glad to see you're back :-)
I'm travelling for a couple weeks but will check my code when I have a
chance.
Brice Burgess-2 wrote:
>
>
> Let me know if this helps clarify some things about jqModal. My
> apologies for the delay in response!
>
> ~ Brice
>
>
>
--
View this m
I would have to see your code, but may I suggest the following --
As it's a bad idea to run $.jqm() multiple times on the same
element, we'll need to use an onLoad callback to perform the ajax-
based population of the modal window.
To do so, follow this example:
[!-- Markup --!]
David,
You can do something like:
this
$('a.typeA').click(function(){
$('#modal').jqm({ajax: this.href, trigger: '.typeA', modal: 'true',
target:'target'}).jqmShow();
return false;
});
On 7/26/07, David Mernin <[EMAIL PROTECTED]> wrote:
I am stuck with the same problem...
Hope someone can h
I am stuck with the same problem...
Hope someone can help! =)
On Jul 11, 3:26 pm, rolfsf <[EMAIL PROTECTED]> wrote:
> I have a page on which I've hidden a div for use as an adaptable modal
> window:
>
>
>
> ../images/btn/btn_close.gif
>
>
>
>
> I ha
4 matches
Mail list logo