Widget api documentation: Options
In the small sections about Options with the dialog-example
- var options = { modal: true, show: "slow" };
- $( "#dialog1" ).dialog( options );
- $( "#dialog2" ).dialog( options, { autoOpen: false });
I suppose it should say
'option' not 'options'.
That confused me for a while.