我有一個按鈕,在HTML中輸入之後,我想使用該按鈕從該輸入中檢索值並執行操作。我面臨的問題是我的jQuery沒有找到那個值。單擊按鈕可從附近的輸入中獲取價值?
的HTML:
<div>
<input class="an-input" type="text"></input>
<button class="ui-state-default inputButton an-button">GO</button>
</div>
的JS:
$('.an-button').click(function() {
var inputValue = $('.an-button').prev('.an-input').find('input').val();
window.open('http://a810-bisweb.nyc.gov/bisweb/JobsQueryByNumberServlet?passjobnumber='+inputValue+'&passdocnumber=&go10=+GO+&requestid=0');
});
您應該添加的核心概念和作爲鏈接的鏈接內容可能會過時。 –