[jQuery] load array to js

[jQuery] load array to js


Hello!
I have several inputs
<input name="a[1][someone]" />
<input name="a[1][somthing]" />
..
<input name="a[1][someday]" />
Can quick set one walue for all elements a[1]?
How can I do?