We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce47b2 commit 8dc7179Copy full SHA for 8dc7179
public/index.html
@@ -316,7 +316,8 @@ <h2>Options</h2>
316
<div class="section">
317
<h2>Events</h2>
318
319
- <p>All events are called on original element and can be bound like this:</p>
+ <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>
321
322
<pre><code class="language-javascript">/**
323
* @param {Object} event - jquery event object
0 commit comments