标签:html mod span type 隐藏 div 设置 bsp class
判断控件是否隐藏
$(‘#select_modelid‘).is(‘:hidden‘)
设置隐藏
$(‘#select_modelid‘).hide();
设置可见
$(‘#modelid‘).show();
在控件上设置隐藏
<input type="hidden" id="modelidOld"/>
标签:html mod span type 隐藏 div 设置 bsp class
原文地址:http://www.cnblogs.com/Deerjiadelu/p/7365871.html