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

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

This commit is contained in:
alexweissman 2017-10-11 19:48:18 -04:00
commit 94b06e64c1

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'