jquery mobile radio button onchange event does not fire -
i have implemented jquery mobile shopsystem generates different radio buttons payment methods this:
<input type="radio" name="newmethodofpayment" onchange="openwaitscreen();jquery('#theform').submit();return false;" value="1000" title="paypal" checked="checked" id="paymentmethod1000">
by testing desktop browsers works fine when choosing different payment methods when using iphone, example, page reloads , checked radio button not checked.
i don't it. makes me crazy.
Comments
Post a Comment