本篇文章由:http://xinpure.com/2015/01/08/%e5%85%b3%e4%ba%8ejquerychecked.attrchecked%e6%97%a0%e6%95%88%e7%9a%84%e9%97%ae%e9%a2%98/关于Jquery $("#checked").at...
分类:
其他好文 时间:
2015-01-08 02:03:01
阅读次数:
172
获取td的行标和列标$(this).prop(‘cellIndex‘)2.判断是否是回车按下varmyEvent=event||window.event;
varkey=myEvent.keyCode;
if(key==13){
//此时为回车按下
}3.全选和反选$("#selectall").click(function(){
if($("input[name=‘id[]‘]").is(":checked")){
$("input[nam..
分类:
Web程序 时间:
2015-01-07 19:13:33
阅读次数:
172
Rants about PHP are everywhere, and they even come from smart guys.When Jeff Atwood wrote yet another rant about PHP, it made me think about thegood parts of PHP.
对PHP的抱怨到处都有,他们有时甚至来自于一些聪明的人。当Jeff At...
分类:
Web程序 时间:
2015-01-07 14:57:47
阅读次数:
225
$('.but_delet_choice').click(function(){ //获取全选之外的checkbox var $check_boxes = $('input[type=checkbox][checked=checked][id!=check_all_box]')...
分类:
Web程序 时间:
2015-01-06 22:58:40
阅读次数:
230
根据后台传值动态设置radion的默认值,一般设置默认值的标签为:checked="checked"。具体动态设置默认值得代码如下: 性别: 男 女 此种情况一般应用于在原来页面修改信息后依然显示原来页面的情况。
分类:
其他好文 时间:
2015-01-05 23:25:32
阅读次数:
284
var pList = ""; $("[name='ckdProd']").each(function () { if ($(this).is(':checked')) { pList += $(this).v...
分类:
Web程序 时间:
2015-01-05 11:04:59
阅读次数:
191
APPLIES TO:
OracleDatabase - Enterprise Edition - Version 11.2.0.1 to 12.1.0.1 [Release 11.2 to12.1]
Informationin this document applies to any platform.
***Checked for relevance on 03-Jul-2013*** ...
分类:
其他好文 时间:
2015-01-04 23:02:26
阅读次数:
294
代码如下:$$('input[type="checkbox"]').addEvent('click',function(){ var a = this.value; this.getAllNext().each(function(e){ if(a != e.value){ e.checked=...
分类:
其他好文 时间:
2015-01-04 13:25:50
阅读次数:
120
不要回头,不要将就,做到这两点,人生就会简单很多幸福很多--Aaronyang的博客(www.ayjs.net)-www.8mi.me1. 运算符,还有哪些你能学到?1.1 不安全运算符: sizeof(.net framework1.0和1.1中的)、*、-> 、&1.2 checked和unch...