1
0
mirror of synced 2024-11-25 06:16:08 +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:**
```
$('.js-example-data-ajax').select2({
$('.js-data-example-ajax').select2({
ajax: {
url: 'https://api.github.com/search/repositories',
dataType: 'json'