Your code looks fine. Could you share a more complete code sample here

http://jsbin.com/

so we can see what you're seeing?

Also, there is a dedicated list for jQuery UI questions:

http://groups.google.com/group/jquery-ui/

Thanks.

- Richard


On Fri, Nov 21, 2008 at 1:36 AM, Tony <[EMAIL PROTECTED]> wrote:

>
> When I try to to this, I found it looks like the second dialog wasn't
> created.
>
> Who knows how to implement it?
>
> Thanks
>
> $(document).ready
>            (
>                function()
>                {
> $("div#form1").dialog
>                    (
>                        {
>                            width: 290,
>                            height: 380
>                        }
>                    );
>
> $("div#form2").dialog
>                    (
>                        {
>                            width: 290,
>                            height: 200
>                        }
>                    );
> }
> )
>

Reply via email to