ajax.html 617 B

1234567891011121314151617181920212223242526272829
  1. <section>
  2. <h2 id="ajax">
  3. Can Select2 be connected to a remote data source?
  4. </h2>
  5. <h3>
  6. How can I set the initially selected options when using AJAX?
  7. </h3>
  8. <h3>
  9. What should the results returned to Select2 look like?
  10. </h3>
  11. <h3>
  12. Is there a way to modify the response before passing it back to Select2?
  13. </h3>
  14. <h3>
  15. A request is being triggered on every key stroke, can I delay this?
  16. </h3>
  17. <h3>
  18. I want to add more query parameters to the request, where can this be done?
  19. </h3>
  20. <h3>
  21. Can an AJAX plugin other than <code>jQuery.ajax</code> be used?
  22. </h3>
  23. </section>