1
0
mirror of synced 2024-11-25 14:26:03 +03:00

Merge pull request #4 from kochnev/patch-1

Update docs.md
This commit is contained in:
Alex Weissman 2017-10-11 19:47:37 -04:00 committed by GitHub
commit a929ef9bef

View File

@ -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'