第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

表格行的編輯/保存按鈕的可見(jiàn)性問(wèn)題 (JS)

表格行的編輯/保存按鈕的可見(jiàn)性問(wèn)題 (JS)

青春有我 2023-04-01 15:16:42
您好,我正在嘗試為預(yù)算跟蹤應(yīng)用程序構(gòu)建一個(gè)包含輸入的表格。我在 JS 上遇到了一些麻煩。本質(zhì)上,我希望用戶(hù)能夠添加、編輯和保存行。我只希望保存或編輯按鈕一次可見(jiàn)。這在編輯并保存一行后有效,但默認(rèn)情況下它會(huì)顯示所有按鈕。同樣,在編輯一行之后,按鈕不再排成一行,而是堆疊在彼此之上。任何幫助將非常感激。這是我第一次使用 JS。我的代碼<div>  <!-- ... -->  <div class="five">    <h1>Transactions</h1>    <div class="txlist">      <table cellspacing="0" cellpadding="0" border="0" width="1500">        <thead>          <th>Date</th>          <th>Account</th>          <th>Category</th>          <th>Amount</th>          <th></th>        </thead>        <tbody class="txlist" id="data_table">          <tr id="addtx">            <td><input type="date" id="new_date" placeholder="Date"></td>            <td><input type="text" id="new_account" placeholder="Account"></td>            <td><input type="text" id="new_category" placeholder="Category"></td>            <td><input type="text" id="new_amount" placeholder="Amount"></td>            <td>              <input type="button" id="save_button3" value="Save" class="save" onclick="add_row();">              <input type="button" value="??" class="delete" onclick="nonew()">            </td>          </tr>          <tr id="row1">            <td id="date_row1">24.08.2020</td>            <td id="account_row1">Credit Card</td>            <td id="category_row1">Expense: Restaurants</td>            <td id="amount_row1">- $32.45</td>            <td>              <input type="button" id="edit_button1" value="Edit" class="edt" onclick="edit_row('1')">              <input type="button" id="save_button1" value="Save" class="save" onclick="save_row('1')">              <input type="button" value="??" class="delete" onclick="delete_row('1')">            </td>          </tr>
查看完整描述

2 回答

?
慕容森

TA貢獻(xiàn)1853條經(jīng)驗(yàn) 獲得超18個(gè)贊

我認(rèn)為有更好的方法可以實(shí)現(xiàn)這一點(diǎn),但同樣,您的問(wèn)題是在保存和編輯時(shí)您正在將按鈕的 style.display 屬性更改為

document.getElementById("edit_button"+no).style.display="block";

你需要保留

document.getElementById("edit_button"+no).style.display="inline-block";


查看完整回答
反對(duì) 回復(fù) 2023-04-01
?
拉莫斯之舞

TA貢獻(xiàn)1820條經(jīng)驗(yàn) 獲得超10個(gè)贊

您共享的標(biāo)記已損壞。我看到 2 個(gè)開(kāi)始<table>標(biāo)簽和 3 個(gè)結(jié)束</table>標(biāo)簽。你能分享正確的標(biāo)記或最少的工作代碼嗎?



查看完整回答
反對(duì) 回復(fù) 2023-04-01
  • 2 回答
  • 0 關(guān)注
  • 153 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)