0
嗨我在我的網站中使用select2(https://select2.github.io/),它不在那裏工作。在點擊類等改變像例子一,但它沒有顯示選擇框選項,並沒有控制檯中的錯誤。 我正在使用它的多選擇選項。Select2多選不工作
這裏是代碼:
<select name="xo_pages_show_name[]" class="spages" multiple="true">
<option value="4">Optin Demo</option>
<option value="2">Sample Page</option>
</select>
下面是自定義文件jQuery代碼,幷包含在頁腳。
$(".spages").select2({
placeholder: "Select Pages"
});
這裏是前臺截圖:http://i.prntscr.com/0d079920de3b4e3081a153b45cb9753a.png 任何幫助嗎?