初学jquery,下载了官方事例和手册,可是在手册中只有hide
Type: 
String, Object 
Default: 
null 
The effect to be used when the dialog is closed.Code examples
Initialize a dialog with the hide option specified. 
$( ".selector" ).dialog({ hide: 'slide' });我想知道hide后面跟的属性有哪几种,比如hide: 'slide',还有些啥呐hide: 'xxx'???在哪里能知道?