前台隐藏或者看不见

一、style="display:none"   看不见

例子:

<th scope="col" align="center" width="15%" style="display:none">     <comm:sort form="listAdminOperation" column="XQMC" text="选课学期" /></th>

二、disabled="true"   变灰

例子:

<input type="button" class="button" value="继续" onclick="jx(${ps.RULE_ID})"  id="${ps.RULE_ID}jx" disabled="true">

posted on 2012-06-09 14:25  专注2018  阅读(139)  评论(0编辑  收藏  举报