zeekerzulu
12-12-2009, 09:34 PM
Hi All,
Why is the Option constructor converting my text as follows?
text = ' 1:30 pm'
Option tag that gets generated:
<option value="10">&nbsp;&nbsp;1:30 pm</option>
How do I suppress the conversion of the & to & by the constructor?
I've tried escaping the & but that's a no go.
Thanks in advance for any help on this.
JD
Why is the Option constructor converting my text as follows?
text = ' 1:30 pm'
Option tag that gets generated:
<option value="10">&nbsp;&nbsp;1:30 pm</option>
How do I suppress the conversion of the & to & by the constructor?
I've tried escaping the & but that's a no go.
Thanks in advance for any help on this.
JD