I have few text boxes whose ids are A_NAME{0}, A_NAME{1}, A_NAME{2}. I am not able access these textboxes values.
I used below command to access them.
$('#A_NAME{0}').val();
Can someone please help.
I have few text boxes whose ids are A_NAME{0}, A_NAME{1}, A_NAME{2}. I am not able access these textboxes values.
I used below command to access them.
$('#A_NAME{0}').val();
Can someone please help.