原文:How to avoid big looking dialog title in jquery ui?
I am using jQuery UI 1.8 and have the following code: var newDiv = $(document.createElement( div )); $(newDiv).html( hello there ); $(newDiv).attr( title , Dialog Title ); $(newDiv).css( font-size ,...