Selaa lähdekoodia

Merge branch 'develop' of https://github.com/select2/docs into develop

alexweissman 7 vuotta sitten
vanhempi
commit
94b06e64c1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pages/06.data-sources/02.ajax/docs.md

+ 1 - 1
pages/06.data-sources/02.ajax/docs.md

@@ -22,7 +22,7 @@ Select2 comes with AJAX support built in, using jQuery's AJAX methods. In this e
 **In your Javascript:**
 
 ```
-$('.js-example-data-ajax').select2({
+$('.js-data-example-ajax').select2({
   ajax: {
     url: 'https://api.github.com/search/repositories',
     dataType: 'json'