Great.  The problem you were having is that the method wasn't added
until 1.6rc2.  We're working on adding version information to the docs
to prevent these issues in the future.

On Sep 20, 1:55 pm, Jeremy <[EMAIL PROTECTED]> wrote:
> I was using 1.6RC1.  I just upgraded to RC2 and it seems to work now.
> Thanks.
>
> On Sep 20, 8:06 am, Scott González <[EMAIL PROTECTED]> wrote:
>
> > Can you please verify that you're using the latest version (one of the
> > 1.6 release candidates or latest svn)?
>
> > On Sep 19, 2:59 pm, Jeremy <[EMAIL PROTECTED]> wrote:
>
> > > I must be doing something wrong, but it's driving me nuts so hopefully
> > > you guys can help me.  I want to check to see if a dialog is open and
> > > if it is it should move it to the top.
>
> > > var dialogContainer = $j("#my-dialog-container");
> > > if (dialogContainer.length && dialogContainer.dialog("isOpen")) {
> > >     dialogContainer.dialog("moveToTop");
>
> > > }
>
> > > On the "moveToTop" line, the javascript error I get is
> > > "instance[options] is undefined".
--~--~---------~--~----~------------~-------~--~----~
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