Search code examples
jquery-mobile

double display of jquery mobile submit buttons


I need help to rectify the following issue on some of my jQuery submit buttons. A single submit button displays two buttons with one on top of the other.

 double submit buttons
(source: nyumbanipap.com)

Any help will be appreciated.

html:

<input type="submit" name="confirmpayment" value="Confirm Payment" data-theme="a" />

It is a normal submit button on a form.

EDIT

I have noticed that this happens when returning from a non-ajax page. e.g. I am using PayPal and when I am redirected back from Paypal, this when the buttons are double displayed.

Any help will appreciated.


Solution

  • I just had the same problem. Turned out that I included the jquery mobile js file twice. Maybe that helps someone.