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();

+
+

Example code

+ +

+
+
+    
@@ -138,22 +153,29 @@ $(".js-example-data-array-selected").select2({ -
-

Loading remote data

+
+
+

Loading remote data

-

- 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. +

+