diff --git a/docs/examples.html b/docs/examples.html index d2752c8c..26ef3a36 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -87,6 +87,21 @@ $(".js-example-basic-multiple").select2();
+- Select2 comes with AJAX support built in, using jQuery's AJAX methods. -
++ Select2 comes with AJAX support built in, using jQuery's AJAX methods. +
-- -
++ +
- + + +
+ Select2 will pass any options in the ajax
object to
+ jQuery's $.ajax
function.
+