1
0
mirror of synced 2025-02-03 21:59:24 +03:00

Update docs.md

This commit is contained in:
Alexander 2017-09-28 17:42:55 +03:00 committed by GitHub
parent b81e62a2eb
commit 3e06ef43b9

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'