91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

BootStrap給table表格的每一行添加一個按鈕事件

發布時間:2020-08-20 23:45:14 來源:腳本之家 閱讀:458 作者:xingxuexue 欄目:web開發

1.在列屬性中加入事件

        {
          title:'數據量序號',
          field:'sjid'
          // hidden:true
        },{
          field: 'operate',
          title: '操作',
          width: '80px',
           events: operateEvents,
          formatter: operateFormatter
        }

2.寫一個函數

 function operateFormatter(value, row, index) {
    return [
    '<input type="submit" value="上傳" class="RoleOfedit btn btn-primary btn-sm"   data-toggle="modal" >',
    ].join('');
  }

3.記得這個寫在表格的前面

 window.operateEvents = {
     'click .RoleOfedit': function (e, value, row, index) {
        alert(row.qxxh);
        $("#upload").modal('show');
      }
    };

4.點擊“彈出模態框”

<div class="modal fade" id="upload" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  <form action="http://localhost:8080/GD/UploadAction_execute.action" method="post" enctype="multipart/form-data" name="uploadfile">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
        <h5 class="modal-title" id="myModalLabelfile">上傳文件</h5>
      </div>
      <div class="modal-body">
          <input type="file" name="my" id="file" value="瀏覽" 
           onchange="document.uploadfile.filePath.value=this.value"/>
           <input type="text" name="filePath" id="filePath"/>
           <input type="button" value="瀏覽..." onclick="document.uploadfile.my.click()"/><br>
          <input type="submit" value="上傳" id="shangchuan">
      </div>
          <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">關閉</button>

      </div>
    </div>
    <!-- /.modal-content -->
  </div>
  <!-- /.modal -->
  </form>
</div>

總結

以上所述是小編給大家介紹的BootStrap給table表格的每一行添加一個按鈕事件,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對億速云網站的支持!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

随州市| 东辽县| 平远县| 达尔| 陇西县| 秀山| 江门市| 集安市| 麻栗坡县| 阳新县| 友谊县| 靖州| 乌鲁木齐县| 依安县| 眉山市| 特克斯县| 依兰县| 商水县| 阳春市| 江口县| 甘谷县| 锡林郭勒盟| 湘潭县| 灵璧县| 中牟县| 新巴尔虎左旗| 涪陵区| 陆良县| 浦北县| 梁山县| 隆化县| 横山县| 尚义县| 平乐县| 竹北市| 防城港市| 无为县| 基隆市| 上杭县| 城步| 甘南县|