Vergleich memberlist - 1.8.20 - 1.8.21
Zeile 107 | Zeile 107 |
---|---|
placeholder: "{$lang->search_user}", |
placeholder: "{$lang->search_user}", |
allowClear: true, | |
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper | ajax: { // instead of writing the function to execute the request we use Select2's convenient helper |
Zeile 139 | Zeile 140 |
}, |
}, |
$('[for=username]').click(function(){ | $('[for=username]').on('click', function(){ |
$("#username").select2('open'); | $("#username").select2('open'); |