jquery.html 520 Bytes
<section>
  <h2 id="events-public">
    Public jQuery events
  </h2>

  <h3>
    What events will Select2 trigger?
  </h3>

  {% include options/not-written.html %}

  <h3>
    How can I attach listeners for these events?
  </h3>

  {% include options/not-written.html %}

  <h3>
    What events does Select2 listen for?
  </h3>

  {% include options/not-written.html %}

  <h3>
    What events can be prevented? How can I prevent a selection from being made?
  </h3>

  {% include options/not-written.html %}
</section>