Skip to content

Commit 951602c

Browse files
author
Raven
committed
1 parent 9a7f409 commit 951602c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
A simple framework that extends the jQuery UI dialog API to allow simple creation, modification, and deletion of dialogs that act as interactive windows as well as other functionality.
44

5-
**Required HTML <div> Window**
5+
**HTML Markup Per Window**
6+
7+
To create any window in this framework, it must have a parent <div> container with an id. It can be initialized like so:
68

79
```html
810
<div id="window_div_test"></div>

0 commit comments

Comments
 (0)