1
也許簡單的問題,而是如何在jQuery中寫道輸入的名稱:輸入名稱jQuery中
HTML
<input type="hidden" name="user[profile_attributes][birthdate(3i)]" value="3">
JQUERY:
這似乎並不工作或bug是別的地方:
jQuery('input[name="user[profile_attributes][birthdate(3i)"]')
你缺少一個']'在選擇 –
錯字的末尾: 'jQuery的('輸入[名稱=「用戶[ profile_attributes] [birthdate(3i)「]')'<---'」]'應該是']「'。 https://jsfiddle.net/2sgetdpL/(你當前的querySelector正在尋找'input [name =「user [profile_attributes] [birthdate(3i)''而不是'input [name =」user [profile_attributes] [birthdate(3i) ]') – briosheje
感謝typo和hide()+ diable,真的不要發送var形式 – Wordica