首页 相关文章 jquery 页面全选框实践代码

jquery 页面全选框实践代码

代码如下:


html
head
meta http-equiv="Content-Type" content="text/html; charset=utf-8"
title全选/title
/head
body
divdemo
input type="button" onclick="alert(ob.checkedIds());" value="选中ID"/
input type="button" onclick="alert(ob.checkedTexts());" value="选中值"/
input type="button" onclick="alert(ob.checkedKeys('value1'));" value="选中属性值"/
/div
table
tr
thinput name="allcheck" type="checkbox" value="1"/
全选/th
/trtr
tdinput name="record" type="checkbox" value="1" value1="11"/去
/td...[ 查看全文 ]

2016-02-19 标签:

jquery 页面全选框实践代码的相关文章

手机页面
收藏网站 回到头部