JSON Help
JSON Help
Here is what I want to do I have a selectbox which has json as one of
the variables I can't seem to get is to see the value a JSON it sees
it as a string any thoughts?
<select class="testSelect">
<option>--select</option>
<option value="one">Test one</option>
<option value="[{option:'Within 1'},{option:'Within 2'},
{option:'More Than 2'}]">Test two</option>
<option value="three">Test three</option>
</select>