Skip to content

Commit 8dc7179

Browse files
committed
improve description
1 parent 7ce47b2 commit 8dc7179

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ <h2>Options</h2>
316316
<div class="section">
317317
<h2>Events</h2>
318318

319-
<p>All events are called on original element and can be bound like this:</p>
319+
<p>All events are called on original element. Within the callback you have access to the <code>event object</code>, the original
320+
<code>select element</code> and to the current <code>selectric instance</code>. It can be bound like this:</p>
320321

321322
<pre><code class="language-javascript">/**
322323
* @param {Object} event - jquery event object

0 commit comments

Comments
 (0)