JSP相关留存

按钮的话比如多选单选,在标签外围加个label表情,会使后面的文字也能实现对按钮的点击,名字要相同。

一个自己的例子,供以后自己借鉴

<label class="checkbox">
	<input type="checkbox" name="authorities" value="<s:property value="#authority.authorityId" />"
		<s:iterator value="%{roleAuthorityList_}" id="roleAuthority" status="roleIndex">
			<c:if test="${authority.authorityId == roleAuthority.authorityId }">
			checked = "true"
			</c:if></s:iterator>>
			<s:property value="#authority.authorityId" />
			<s:property value="#authority.authorityName" />
	</input>
</label>

http://www.bootcss.com/

推荐一个Bootstrap
简洁、直观、强悍的前端开发框架,让web开发更迅速、简单。


再记录一个返回的点击事件οnclick="javascript:history.go(-1);return false;"
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值