You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- JS files are loaded at the bottom of the page -->
17
20
</head>
18
21
<body>
19
-
<divid='basic-modal'><h2>Basic Modal Dialog</h2>
20
-
<p>A basic modal dialog with minimal styling and without any additional settings. There are a few CSS attributes set internally by SimpleModal, however, SimpleModal relies mostly on external CSS for the look and feel.</p>
21
-
<inputtype='button' name='basic' value='Demo' class='basic demo'/> or <ahref='#' class='basic'>Demo</a>
22
-
</div>
23
-
<divid="basic-modal-content">
24
-
<h3>Basic Modal Dialog</h3>
25
-
<p>For this demo, SimpleModal is using this "hidden" data for its content. You can also populate the modal dialog with standard HTML or with DOM element(s).</p>
26
-
<p>Examples:</p>
27
-
<p><code>$('#basicModalContent').modal(); // jQuery object; this demo</code></p>
<spanclass='title'>A Modal Dialog Framework Plugin for jQuery</span>
26
+
</div>
27
+
<divid='content'>
28
+
<divid='basic-modal'>
29
+
<h3>Basic Modal Dialog</h3>
30
+
<p>A basic modal dialog with minimal styling and without any additional settings. There are a few CSS attributes set internally by SimpleModal, however, SimpleModal relies mostly on external CSS for the look and feel.</p>
31
+
<inputtype='button' name='basic' value='Demo' class='basic demo'/> or <ahref='#' class='basic'>Demo</a>
32
+
</div>
33
+
34
+
<!-- modal content -->
35
+
<divid="basic-modal-content">
36
+
<h3>Basic Modal Dialog</h3>
37
+
<p>For this demo, SimpleModal is using this "hidden" data for its content. You can also populate the modal dialog with standard HTML or with DOM element(s).</p>
38
+
<p>Examples:</p>
39
+
<p><code>$('#basicModalContent').modal(); // jQuery object; this demo</code></p>
0 commit comments