I have a problem when using jquery ui dialog and jScroollPane plug in.
If i call the jScrollPane function on the same div on which i open the
dialog, the dialog has initial size 0.
For example:
$(function() {
                $("#main").dialog({
                        bgiframe: true,
                        height: 140,
                        modal: true
                });
        });

$("#main").jScrollPane();

Any solution?

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