zoukankan      html  css  js  c++  java
  • js 循环控件

      var controls = document.getElementById("tbsell").getElementsByTagName('input');

                                    for (var i = 0; i < controls.length; i++) {
                                        if (controls[i].type == 'text') {
                                            controls[i].value = brr[i];
                                        }
                                    }

      <table class="table_noborder_fontleft" id="tbsell" style=" border:0px;">
                                <tr>
                                    <td>
                                        <input type="text" maxlength="10" id="sellpro1" style=" 68px;" />
                                        &nbsp;
                                        <input type="text" maxlength="10" id="sellpro2" style=" 68px;" />
                                        &nbsp;
                                        <input type="text" maxlength="10" id="sellpro3" style=" 68px;" />
                                        &nbsp;
                                        <input type="text" maxlength="10" id="sellpro4" style=" 68px;" />
                                        &nbsp;
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <input type="text" maxlength="10" id="sellpro5" style=" 68px;" />
                                        &nbsp;
                                        <input type="text" maxlength="10" id="sellpro6" style=" 68px;" />
                                        &nbsp;
                                        <input type="text" maxlength="10" id="sellpro6" style=" 68px;" />
                                        &nbsp;
                                        <input type="text" maxlength="10" id="sellpro7" style=" 68px;" />
                                        &nbsp;
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <input type="text" maxlength="10" id="sellpro8" style=" 68px;" />
                                        &nbsp;
                                        <input type="text" maxlength="10" id="sellpro9" style=" 68px;" />
                                        &nbsp;
                                        <input type="text" maxlength="10" id="sellpro10" style=" 68px;" />
                                        &nbsp;
                                        <input type="text" maxlength="10" id="sellpro11" style=" 68px;" />
                                        &nbsp;
                                    </td>
                                </tr>
                            </table>

  • 相关阅读:
    chromedriver安装与配置(ubuntu linux下)
    Ajax 通信技术--hidden Frame GET 请求 和 POST 请求
    photoshop去除图片上的水印
    redis和memcache的对比
    关于mongodb ,redis,memcache之间见不乱理还乱的关系和作用
    MYSQL中'TYPE=MyISAM'错误的解决方案
    http协议
    jQuery常用方法
    SQL Server中行列转换 Pivot UnPivot
    jQuery插件开发
  • 原文地址:https://www.cnblogs.com/ggbbeyou/p/1588306.html
Copyright © 2011-2022 走看看