TheBig
TheBig

Reputation: 163

Form submit jquery

I have got a form which is set up in a jquery mobile page. My problem is that I can not submit the info with the form. I am new with jquery. Every suggestion is welcomed.

Upvotes: 0

Views: 127

Answers (2)

CP Soni
CP Soni

Reputation: 423

The form can be submit using jquery :

$("#formId").submit();

Upvotes: 1

Related Questions