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

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -