using Select 2 DEMO $("#e1").select2(); $("#checkbox").click(function(){ if($("#checkbox").is(':checked') ){ $("#e1 > option").prop("selected", "selected") ...
確定! 回上一頁