$('#MODULE_TYPE').change(function(){ 
            var moduleType=$(this).children('option:selected').val();//这就是selected的值 
            if(moduleType=="RQJSP"){
                $("#childrenListDiv").show();
            }else{
                $("#childrenListDiv").hide();
            }
        });

 

相关文章:

  • 2022-12-23
  • 2021-11-21
  • 2022-02-26
  • 2021-11-21
  • 2021-12-05
  • 2021-11-21
  • 2022-12-23
猜你喜欢
  • 2021-11-21
  • 2021-11-21
  • 2021-11-21
  • 2021-12-23
相关资源
相似解决方案