Re: [jQuery] jQuery Form Processing

2010-01-12 Thread Karl Swedberg
Your selector is for an ID: $('#autoSumForm') But your form has no ID: action="posttime.php" method="post"> Try adding an ID to the form: method="post"> --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 12, 2010, at 9:49 AM, Seth wrote: Hello, I'm tr

[jQuery] jQuery Form Processing

2010-01-12 Thread Seth
Hello, I'm trying to use this method to process a form and return an alert without navigating to a new page for the form processing. http://jquery.malsup.com/form/#getting-started I have this in my statement: $(document).ready(function() { $('#autoSumForm').ajaxForm(