開始前需先載入sweetalert2.all.min.js:https://www.jsdelivr.com/package/npm/sweetalert2
基本用法可參考:https://sweetalert2.github.io/
以下為搭配Ajax用法
開始前需先載入sweetalert2.all.min.js:https://www.jsdelivr.com/package/npm/sweetalert2
基本用法可參考:https://sweetalert2.github.io/
以下為搭配Ajax用法
傳統的下拉式選單,當選項很多時,容易滑了老半天還是找不到自己要的選項
無意間發現一個蠻好用的套件:chosen, 網址:https://harvesthq.github.io/chosen/#hide-search-on-single-select
它可以讓下拉式選單有查詢功能、多選功能,非常方便,下載必要檔案後,以下就用比較常用的查詢功能來實作