On Feb 10, 10:52 am, "Richard D. Worth" <[email protected]> wrote:
> Can you guys provide some more information? What versions of jQuery and
> jQuery UI are you using? Do you have a test or sample page? Thanks.
>
> - Richard

I'm seeing the same error using 1.6rc6.

I simply modified the example.html file that came with the download to
the following:

// Dialog
$('#dialog').dialog({
        autoOpen: false,
        width: 600,
        shadow: false,
        buttons: {
                "Ok": function() {
                        $(this).dialog("close");
                },
                "Cancel": function() {
                        $(this).dialog("close");
                }
        }
});

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to