diff --git a/demos/dialog/default.html b/demos/dialog/default.html index 08043d15b..79bd0157f 100644 --- a/demos/dialog/default.html +++ b/demos/dialog/default.html @@ -1,7 +1,7 @@ - jQuery UI Dialog - Default Demo + jQuery UI Dialog - Default functionality @@ -43,17 +43,7 @@
-

-This is a default dialog which opens in a floating layer above the page content protected with an iframe. -It is created by simply calling .dialog on the dialog content element, like this: -

- -
$("#dialog").dialog();
-
- -

-A basic dialog window has a title bar and a content area. The dialog window can be moved, resized and closed with the 'x' icon by default. -

+

The basic dialog window is an overlay positioned within the viewport and is protected from page content (like select elements) shining through with an iframe. It has a title bar and a content area, and can be moved, resized and closed with the 'x' icon by default.

diff --git a/demos/dialog/index.html b/demos/dialog/index.html index a9a9bf070..28628a085 100644 --- a/demos/dialog/index.html +++ b/demos/dialog/index.html @@ -9,7 +9,7 @@

Examples