It seems a lot of users lately have been asking questions about AJAX forms with JQTouch and wondering how they work. I have put together some video tutorials which walks you through creating a login form from scratch. The form submits via AJAX, validates the form variables, then uses a cookie based system to remember if you’ve logged in or not. Please leave me comments if you like what I’ve put together or if you have any questions or feedback.
You can download a copy of the code here
Part 1: Creating the home page
Part 2: Creating the form handler
Part 3: Creating the logoff handler and adding logic to the home page