That did do it.  Thanks.

Another question.  Is there a way to know the object that was clicked to
open the modal so that when I do something in the modal I can reflect a
change (in this case, replace the image that was clicked)?


On 5/15/07 10:35 AM, "Benjamin Sterling" <[EMAIL PROTECTED]>
wrote:

> Change $('#invitation').jqm({ajax: url, trigger: $(this)});
> 
> to $('#invitation').jqm({ajax: url}).jqmShow();
> 
> And that should do it (hopefully)


Reply via email to