Skip to content

Commit 104349f

Browse files
committed
improve event name descriptions
1 parent 8dc7179 commit 104349f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

public/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -337,27 +337,27 @@ <h2>Events</h2>
337337
</tr>
338338
<tr>
339339
<td><code>selectric-before-init</code></td>
340-
<td>Fired before plugin initialize</td>
340+
<td>Fired before plugin initialization</td>
341341
</tr>
342342
<tr>
343343
<td><code>selectric-init</code></td>
344-
<td>Fired plugin has been fully initialized</td>
344+
<td>Fired after plugin has been fully initialized</td>
345345
</tr>
346346
<tr>
347347
<td><code>selectric-before-open</code></td>
348-
<td>Fired before select options opens</td>
348+
<td>Fired before dropdown opens</td>
349349
</tr>
350350
<tr>
351351
<td><code>selectric-open</code></td>
352-
<td>Fired after select options opens</td>
352+
<td>Fired after dropdown has been opened</td>
353353
</tr>
354354
<tr>
355355
<td><code>selectric-before-close</code></td>
356-
<td>Fired before select options closes</td>
356+
<td>Fired before the dropdown is closed</td>
357357
</tr>
358358
<tr>
359359
<td><code>selectric-close</code></td>
360-
<td>Fired after select options closes</td>
360+
<td>Fired after dropdown has been closed</td>
361361
</tr>
362362
<tr>
363363
<td><code>selectric-before-highlight</code></td>
@@ -373,19 +373,19 @@ <h2>Events</h2>
373373
</tr>
374374
<tr>
375375
<td><code>selectric-select</code></td>
376-
<td>Fired before a select option is selected</td>
376+
<td>Fired after a select option was selected</td>
377377
</tr>
378378
<tr>
379379
<td><code>selectric-before-change</code></td>
380-
<td>Fired before select options change</td>
380+
<td>Fired before a select option changed</td>
381381
</tr>
382382
<tr>
383383
<td><code>selectric-change</code></td>
384-
<td>Fired when select options change</td>
384+
<td>Fired when a select option changed</td>
385385
</tr>
386386
<tr>
387387
<td><code>selectric-refresh</code></td>
388-
<td>Fired when the Selectric is refreshed</td>
388+
<td>Fired after Selectric was refreshed</td>
389389
</tr>
390390
</table>
391391
</div>

0 commit comments

Comments
 (0)