我無法檢索這是由html.textboxfor
CSHTML創建一個文本框的內容是這樣的煩惱纏繞我圍繞如何在CSHTML頁
<div class="lx-row">
<div class="lx-width-300 lx-margin-top">
@Html.TextBoxFor(m => m.NumberOfProperties, new { @class = "form-control"
id = "divnumofprop", type="number", val="2"})
獲取值出html.for文本框的頭
的jQuery:
var n1 = function ($) {
$('input=#divnumofprop').innerText;
alert(n1);
};
我已經嘗試了許多不同的方式,但總是得到的價值是不確定的,不知道我做錯了什麼。範圍在這裏也是一個問題,因爲這些值是在jQuery滑塊中,並且幻燈片被保存到數據庫,並在點擊移到下一張幻燈片時用新內容換出。
@ webdev8183請確認該解決方案有助於解決您的問題聲明。 :-) –