浏览代码

Update docs.md

Alexander 7 年之前
父节点
当前提交
3e06ef43b9
共有 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:**
 **In your Javascript:**
 
 
 ```
 ```
-$('.js-example-data-ajax').select2({
+$('.js-data-example-ajax').select2({
   ajax: {
   ajax: {
     url: 'https://api.github.com/search/repositories',
     url: 'https://api.github.com/search/repositories',
     dataType: 'json'
     dataType: 'json'