shizhi57
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
    
<script type="text/javascript">
    jQuery(function(){
         $(
"#txt1").blur( function () { 
            $(
"#txt2").val("");
            $(
"#txt3").val("");
            
if($(this).val()<=10&&$(this).val()>0){
                $(
"#txt2").val("一级");
                $(
"#txt3").val("");
            }
         }); 
    });
</script>

分类:

技术点:

相关文章:

  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2021-10-29
  • 2021-11-12
  • 2022-12-23
  • 2022-01-28
  • 2021-11-09
猜你喜欢
  • 2022-12-23
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2021-10-19
  • 2021-10-17
相关资源
相似解决方案