|
@@ -50,6 +50,12 @@
|
|
How can I attach listeners for these events?
|
|
How can I attach listeners for these events?
|
|
</h3>
|
|
</h3>
|
|
|
|
|
|
|
|
+{% highlight js linenos %}
|
|
|
|
+$('select').on('select2:select', function (evt) {
|
|
|
|
+ // Do something
|
|
|
|
+});
|
|
|
|
+{% endhighlight %}
|
|
|
|
+
|
|
{% include options/not-written.html %}
|
|
{% include options/not-written.html %}
|
|
|
|
|
|
<h3>
|
|
<h3>
|