how to read the value of a hidden fileds ?
I used lot of data attributes in my html code, but when deployed I was surprised Apache is not supporting data attributes, so I am trying to convert data attributes that have array as value to hidden text field.
here is a fiddle that show the html code :
Can you please show me how to read the value of those hidden fileds in jquery ?
thanks