for having a search box in select what i did is <script> $(function () { $("select").select2(); }); </script> //or the below code <script> ...
確定! 回上一頁