views:

249

answers:

1

How might I implement a simple form redirect using JQTouch after hitting "submit"?

Thanks!

+1  A: 

In jqtouch you can submit a form through ajax, and the default behavior is to replace the current div with the result from the website. For an example look at the jqtouch demo page, in the Ajax samples, look at the Ajax post example.

Kris Erickson