When you want to retrieve the key value in an input element that has a name array you need to do the following:
1 | <input type="text" name="tag[1]" value="blah"/> |
1 | var tagSelect = []; |
Hope it helps you out.
When you want to retrieve the key value in an input element that has a name array you need to do the following:
1 | <input type="text" name="tag[1]" value="blah"/> |
1 | var tagSelect = []; |
Hope it helps you out.