ide this spa code blog function class select 简体版
原文   原文鏈接

例:select下拉選綁定change動態隱藏與顯示ide

function selectChange() { $("select[name='sic']").change(function(){ var selected=$(this).children('option:selected').val() if(selected=="1"){ $("div[data-container-for='otherclass']").hide(); $("div[data-container-for='othermethod']").hide(); $("label[for='otherclass']").parent().hide(); $("label[for='othermethod']").parent().hide(); }else if(selected=="0"){ $("div[data-container-for='otherclass']").show(); $("div[data-container-for='othermethod']").show(); $("label[for='otherclass']").parent().show(); $("label[for='othermethod']").parent().show(); } }); }
相關文章
相關標籤/搜索
每日一句
    每一个你不满意的现在,都有一个你没有努力的曾经。
本站公眾號
   歡迎關注本站公眾號,獲取更多信息