In safari, Im trying to insert a Hidden field into the DOM then update its value as below.
colHiddenFieldId = 'row_100000_0_NewValue'
$("#" + colHiddenFieldId).val('TEST')
However the value is never getting set, it looks Safari dosn't think the hidden field exists. I know it does because it works on every other browser known to man!!!
Is this a bad thing to do in safaris book?