How to get value from hidden input type array my input is below and i am trying this code
<input type="hidden" name="POSITION[]" value="10">
var arr= $('input[type="hidden"][name="POSITION[]"]').val();
How to get value from hidden input type array my input is below and i am trying this code
<input type="hidden" name="POSITION[]" value="10">
var arr= $('input[type="hidden"][name="POSITION[]"]').val();