标签:cti ide bsp 隐藏 事件 hid sel jquery nbsp
$(function () {
//默认隐藏
$("#SelTime").hide();
$("#SeniorSel").toggle(
function () {
$("#SelTime").show();
},
function () {
$("#SelTime").hide();
}
);
});
标签:cti ide bsp 隐藏 事件 hid sel jquery nbsp
原文地址:http://www.cnblogs.com/weimingxin/p/7135842.html