You could save the <option> elements you want to hide in hidden select element: $('#visible').on('change', function () { $( ...
確定! 回上一頁