判断复选框是否被选中的两种方法

时间:2014-06-04    点击:114   
复制代码 代码如下:

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">

<title>My JSP 'checkbox.jsp' starting page</title>

<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<script type="text/javascript" src="<%=request.getContextPath() %>/jquery/jquery-1.7.min.js"></script>
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<script type="text/javascript">
$(function(){

//$("#box").click(function(){
// if ($("#box").attr("checked")=="checked") {
// alert("ss");
// }
//})

if ($("#box").is(":checked")) {
alert("df");
}

})
</script>
</head>

<body>
<input type="checkbox" id="box" checked="checked">
</body>
</html>
用js读、写、删除Cookie代码分享及详细注释说明
nodejs npm install全局安装和本地安装的区别
nodejs文件操作模块FS(File System)常用函数简明总结
jquery左边浮动到一定位置时显示返回顶部按钮
在Node.js中实现文件复制的方法和实例
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved