Select2衝突問題

2021-10-20 17:20:12 字數 629 閱讀 4404

1、jquery.js;

2、select2.js/select2.css

3、my.js(自定義的js)

1、select2.js引用失敗,通過檢視網頁源**,檢視是否存在select2.js;

2、引用的其他js中存在全域性變數define以及require,與select2中的全域性變數define,require變數衝突(被重置)

1、修改layer預設z-index

2、select2加入引數dropdownparent: layero

3、修改select2-container–open的z-index大於layer

'select2.css'

/>

'jquery.js'

>

<

/script>

'select2.js'

>

<

/script>

<

!--html標籤--

>

='select2'

>

<

/select>

//使用方法$(

function()

}});

}})

select2的相關問題

在彈出框中無法使用select2的問題 selectid select2 但如果這個select在彈出框中,這樣使用往往是無效的,這時候需要這樣寫 fn.modal.constructor.prototype.enforcefocus function 參考select2設定預設選中 設定value...

Select2 用法小貼士

適用於select2 4.0.8 初始化 標籤 form group col md 6 select2 id class form control name select2 name select div ajax動態賦值 ajax else 啟用函式 select2 id select2 動態賦值...

select2如何黏貼選擇

有時在使用select2外掛程式時會遇到這種需求 一次性選擇一些資料,然後根據這些資料自動選擇相關項,我也遇到了這種需求並實現,這裡簡單講講我的做法 1.首先我修改了select2的原始碼,增加了乙個方法paste並在allowedmethod陣列中新增自定義的方法 paste function i...