I've found similar questions here but nothing works for me.
have inputs like:
<input type="text" value="2" name="pages_title[1]">
<input type="text" value="1" name="pages_title[2]">
trying to get these fields like:
$('input[name="pages_title[]"]')
but have empty results :(
how to get all fields?
I can only get it like $('input[name="pages_title[1]"]')
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…