I have some input fields in the following format:
<input name='date_of_birth[month]' type='text' />
<input name='date_of_birth[day]' type='text' />
<input name='date_of_birth[year]' type='text' />
Is there a way to select all the values of these fields in jQuery?