From c51a6d6cee320a2757625d7e87eaa2e9e846647c Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Tue, 14 Oct 2014 21:23:47 -0400 Subject: [PATCH] Examples are good for now --- docs/examples.html | 40 +++++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) 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. +

+