Tagged Questions
0
votes
1answer
1k views
IE error with parseInt dropdown value (jquery val())
I have an dropdown with the following in it:
<select id="shipping" name="shipping_option">
<option SELECTED value="60">R60</option>
<option value="90">R90</option>
...