diff --git a/docs/_includes/options/events/jquery.html b/docs/_includes/options/events/jquery.html index 680deaa8..0c2bb225 100644 --- a/docs/_includes/options/events/jquery.html +++ b/docs/_includes/options/events/jquery.html @@ -50,6 +50,12 @@ How can I attach listeners for these events? +{% highlight js linenos %} +$('select').on('select2:select', function (evt) { + // Do something +}); +{% endhighlight %} + {% include options/not-written.html %}