Posted in Javascript onFebruary 13, 2014
推荐使用:
$("#id").show(); $("#id").hide();
不推荐使用:
document.getElementById(“#id”).style.display = 'none'; document.getElementById("#id"').style.display = 'block';
因为使用设置.style.display在不用的浏览器切换存在错行的问题;
比较不错的JS/JQuery显示或隐藏文本的方法
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@