Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,043
Widok
0
09/09/2020 3:37 pm
Topic starter
example
1 Answer
0
09/09/2020 3:41 pm
Topic starter
$('.my_generic_select').select2({ ajax: { url:function (params) { return $(this).data('url'); }, dataType: 'json' } });