這是我的html代碼:我怎麼可以指定多個選擇的jQuery
<input type="text" id="home">
<input type"text" id="dog">
我需要做的事情在這些領域中讀取的值。所以我寫了我的jquery代碼:
//this code is wrong because it doesn't work
$('input[type="text"][id="home"] input[type="text"][id="dog"]')....
我該如何選擇類似的東西?誰能幫我?
你是什麼意思的「不工作」? – DanM7