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

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

如何使用 Laravel 在編輯模式中獲取選定的下拉列表

如何使用 Laravel 在編輯模式中獲取選定的下拉列表

PHP
萬千封印 2024-01-19 20:42:09
我正在使用 laravel 構(gòu)建一個(gè)項(xiàng)目,我可以將記錄從數(shù)據(jù)庫獲取到我的模式中,但問題是每次我更新我的模式時(shí),兩個(gè)選擇中的選項(xiàng)值也會(huì)隨著相同的獲取結(jié)果而增加。如何避免這種情況。在這里,我粘貼了編輯前后的兩張圖像以及我到目前為止所做的事情。請幫我完成它。之前的圖像后像我的模態(tài)部分<a href="javascript:void(0);" data-href="{{ url('admin/product_edit/'.$cat->id) }}" class="edit_product btn btn-sm btn-primary" data-toggle="modal" data-target="#editModal"> Edit</a><div class="modal" id="editModal" tabindex="-1" role="dialog" aria-labelledby="insertModalLabel" aria-hidden="true">                <div class="modal-dialog modal-lg" role="document">                    <div class="modal-content">                        <div class="modal-header">                            <h5 class="modal-title font-weight-bold" id="insertModalLabel">EditCustomer</h5>                            <button type="button" class="close" data-dismiss="modal" aria-label="Close">                                <span aria-hidden="true">&times;</span>                            </button>                        </div>                        <div class="modal-body">                          <p><b>Please note:</b> Fields marked with <span class="control-label"></span> is mandatory</p>                          <form action="{{ url('admin/update_product') }}" method="post" class="edit_database_operation">                            @csrf                            <input class="form-control" type="hidden" name="eid" id="eid">                            {{-- <input class="form-control" type="hidden" name="brand_id" id="brand_id">                            <input class="form-control" type="hidden" name="category_id" id="category_id"> --}}
查看完整描述

1 回答

?
楊__羊羊

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

在您的 jquery 代碼中,您可以使用.append()在選擇框中附加新選項(xiàng),該選項(xiàng)只是將新元素插入到匹配元素集中每個(gè)元素的末尾。這就是它顯示雙值的原因。

相反,使用.html()替換選擇框中的所有元素。所以你只需要改變:

?$('#eproduct_brand').append(fb);

$('#eproduct_brand').html(fb);

你也這樣做eproduct_category


查看完整回答
反對 回復(fù) 2024-01-19
  • 1 回答
  • 0 關(guān)注
  • 164 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號

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