码迷,mamicode.com
首页 > 其他好文 > 详细

hide(),show()

时间:2015-12-11 23:48:01      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:

        var newstypevalue =$("#newstype option:selected").val();
        if(newstypevalue==‘0‘){        //标题            
            $("#id1").attr("disabled",true);
            $("#id1").hide();
            $("#id2").attr("disabled",true);
            $("#id2").hide();
            $(‘#file1‘).validatebox({ required : false});
            $(‘#thelink‘).validatebox({ required : false});
        }



hide(),show()

标签:

原文地址:http://www.cnblogs.com/baijin05/p/5040367.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!