Skip to content

Commit ef643db

Browse files
author
Zoltan Toth
committed
docs updated
1 parent ab0735c commit ef643db

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<h1>Vanilla JavaScript Dropdown</h1>
2020

21-
<h3>Vanilla JavaScript replacement for &lt;select> element makes the styling easy and consistent.</h3>
21+
<h3>Vanilla JavaScript replacement for &lt;select> element that makes the styling easy and consistent.</h3>
2222
</header>
2323

2424
<section>
@@ -103,15 +103,13 @@ <h2>Options</h2>
103103
<table>
104104
<tr>
105105
<th>Option</th>
106-
<th>Type</th>
107106
<th>Required</th>
108107
<th>Description</th>
109108
</tr>
110109
<tr>
111110
<td>elem</td>
112-
<td>string</td>
113111
<td>yes</td>
114-
<td><i>id</i> of the original select element</td>
112+
<td><i>id</i> of the original select element <b>or</b> a direct DOM element</td>
115113
</tr>
116114
</table>
117115
</section>

0 commit comments

Comments
 (0)