码迷,mamicode.com
首页 > Web开发 > 详细

汇总一些JS小点使用方法记录

时间:2017-03-31 15:37:33      阅读:454      评论:0      收藏:0      [点我收藏+]

标签:order   anti   tor   form   方法   table   document   count   ntc   

1.获得当前索引:
var index = getElementOrder(Field)-1;//Field传入this
2.获得当前的值:
fm.QuantityMain[index].value//QuantityMain是name;fm是form的name
3.获得tbody及其行数:
var oTBODY   = document.all(PageCode).tBodies.item(0);
//PageCode是table的id;tBodies是tbody;item(0)是获取第一个
var intCount = oTBODY.rows.length;//获得行数

汇总一些JS小点使用方法记录

标签:order   anti   tor   form   方法   table   document   count   ntc   

原文地址:http://www.cnblogs.com/iamflash/p/6651504.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!