I have two input fields with names "JobRoles[0].AgeFrom" and "JobRoles[1].AgeFrom". How can I access "JobRoles[0].AgeFrom" through jquery
I tried to access the field like this
$(options.form).find(':input[name=' + fullOtherName + ']')[0];
but it show unrecognized expression: :input[name=JobRoles[0].AgeFrom]