当前位置:编程学习 > JAVA >>

JavaScript控制内容的隐藏和显示

在Jsp页面中包含以下一段类似代码:

 

<td align="left" colspan="3" rowspan="3">
             <nested:radio property="eventType" value="显示"

                   onclick="$_$('#selectUser').css ({display:'  '});"></nested:radio>显示

             <nested:radio property="eventType" value="隐藏"

                   onclick="$_$('#selectUser').css ({display:'  '}):"></nested:radio>隐藏

</td>

 

 

以下这段代码就是要控制显示的内容

<tr  id="selectUser" style="display:none;">

           。。。。。。。。。。。

</tr>

 

 或

<td height="35" id="selectUser" style="display:none;">

           。。。。。。。。。。。

</td>

 

当然也可根据具体情况将控制代码写在 function() 中

 

摘自 xuliangwen的专栏
补充:web前端 , JavaScript ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,