>
> // View WBS 2
> $("#view_wbs_2").dialog({
>         bgiframe: true,
>         autoOpen: false,
>         height: 560,
>         width: 630,
>         modal: true
>
> });
>

sr. this is fixed in the dialog invoke, example using the above code:

                                        $('.dialogButton').click
(function(){
                                            $('#view_wbs_2').dialog
('open');
                                            return false;
                                        });
if you put a return false; in the end of the invoke then it will not
scroll up.

Cheers!

--~--~---------~--~----~------------~-------~--~----~
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