Select2在使用ajax獲取遠(yuǎn)程數(shù)據(jù)時(shí)顯示默認(rèn)數(shù)據(jù)的方法
來源:懂視網(wǎng)
責(zé)編:小采
時(shí)間:2020-11-27 22:51:29
Select2在使用ajax獲取遠(yuǎn)程數(shù)據(jù)時(shí)顯示默認(rèn)數(shù)據(jù)的方法
Select2在使用ajax獲取遠(yuǎn)程數(shù)據(jù)時(shí)顯示默認(rèn)數(shù)據(jù)的方法:假設(shè)我需要在我的select2中默認(rèn)添加一個(gè)之前從服務(wù)器上獲取過的數(shù)據(jù),通過以下方法實(shí)現(xiàn)。實(shí)測可行~ var value = 1 var text = '默認(rèn)文本' $('.selecter').html('<option value=' + value + '>' + text + '<
導(dǎo)讀Select2在使用ajax獲取遠(yuǎn)程數(shù)據(jù)時(shí)顯示默認(rèn)數(shù)據(jù)的方法:假設(shè)我需要在我的select2中默認(rèn)添加一個(gè)之前從服務(wù)器上獲取過的數(shù)據(jù),通過以下方法實(shí)現(xiàn)。實(shí)測可行~ var value = 1 var text = '默認(rèn)文本' $('.selecter').html('<option value=' + value + '>' + text + '<
假設(shè)我需要在我的select2中默認(rèn)添加一個(gè)之前從服務(wù)器上獲取過的數(shù)據(jù),通過以下方法實(shí)現(xiàn)。實(shí)測可行~
var value = 1
var text = '默認(rèn)文本'
$('.selecter').html('<option value="' + value + '">' + text + '</option>').trigger("change")
以上代碼其實(shí)就是將class="selecter"的select內(nèi)容進(jìn)行重新定義,最后提醒select2更新。
這篇Select2在使用ajax獲取遠(yuǎn)程數(shù)據(jù)時(shí)顯示默認(rèn)數(shù)據(jù)的方法就是小編分享給大家的全部內(nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持腳本之家。
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
Select2在使用ajax獲取遠(yuǎn)程數(shù)據(jù)時(shí)顯示默認(rèn)數(shù)據(jù)的方法
Select2在使用ajax獲取遠(yuǎn)程數(shù)據(jù)時(shí)顯示默認(rèn)數(shù)據(jù)的方法:假設(shè)我需要在我的select2中默認(rèn)添加一個(gè)之前從服務(wù)器上獲取過的數(shù)據(jù),通過以下方法實(shí)現(xiàn)。實(shí)測可行~ var value = 1 var text = '默認(rèn)文本' $('.selecter').html('<option value=' + value + '>' + text + '<