('#payment_method').select2({ placeholder: 'Select a option', ajax: { url: 'ajax_get_url', dataType: 'json', type: 'GET', processResults({ data }) { return ...
確定! 回上一頁