1
0
mirror of synced 2024-11-23 13:36:01 +03:00
select2/docs/_includes/options-new/data/ajax.html
Kevin Brown 75abd407c8 Continue building out the FAQ
This adds more questions that will eventually get answers. Most of these
questions are already answered either in the current documentation or on
Stack Overflow, so it shouldn't be too difficult to fill out answers for
them.
2015-08-31 20:43:01 -04:00

29 lines
617 B
HTML

<section>
<h2 id="ajax">
Can Select2 be connected to a remote data source?
</h2>
<h3>
How can I set the initially selected options when using AJAX?
</h3>
<h3>
What should the results returned to Select2 look like?
</h3>
<h3>
Is there a way to modify the response before passing it back to Select2?
</h3>
<h3>
A request is being triggered on every key stroke, can I delay this?
</h3>
<h3>
I want to add more query parameters to the request, where can this be done?
</h3>
<h3>
Can an AJAX plugin other than <code>jQuery.ajax</code> be used?
</h3>
</section>