84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
ava
学习是最好的投资!
这么写:
if(inputs.eq(i).prop('checked'))
如果用 [index] ,则得到的是原生的dom对象,eq 方法拿到的是jq对象。另外,boolean 类型属性,使用 prop 来获取,jq 1.6 开始支持。
看起来是inputs没拿到东西
方法用错了,inputs拿到的是一个对象吧,不能inputs[i]这样子用
这么写:
如果用 [index] ,则得到的是原生的dom对象,eq 方法拿到的是jq对象。
另外,boolean 类型属性,使用 prop 来获取,jq 1.6 开始支持。
看起来是inputs没拿到东西
方法用错了,inputs拿到的是一个对象吧,不能inputs[i]这样子用