فهرست منبع

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

alexweissman 7 سال پیش
والد
کامیت
94b06e64c1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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'