there is an own group for ui:
http://groups.google.com/group/jquery-en

you can change the focus by adding:

open: function() {
        $(this).parents('.ui-dialog-buttonpane button:eq(0)').focus();
    },


On 8 Mrz., 13:23, Alexey <alexey.polio...@gmail.com> wrote:
> Hello
> I am using Jquery plugin Dialog and i can not figure out how to make
> the Ok button the first one from the left and selected. By default the
> selected button is one on the left, but I want Ok to be on the left.
> Anybody knows?
> Thanks

Reply via email to