jquery.html 520 B

1234567891011121314151617181920212223242526272829
  1. <section>
  2. <h2 id="events-public">
  3. Public jQuery events
  4. </h2>
  5. <h3>
  6. What events will Select2 trigger?
  7. </h3>
  8. {% include options/not-written.html %}
  9. <h3>
  10. How can I attach listeners for these events?
  11. </h3>
  12. {% include options/not-written.html %}
  13. <h3>
  14. What events does Select2 listen for?
  15. </h3>
  16. {% include options/not-written.html %}
  17. <h3>
  18. What events can be prevented? How can I prevent a selection from being made?
  19. </h3>
  20. {% include options/not-written.html %}
  21. </section>