[jQuery] Re: on form submission, how to decide "on submit: return true / false"

2008-02-15 Thread freech
le: register.php, is there any way to combine the functions in check.php into register.php, which means all of the actions will be executed in 1 file? looks like $.post('register.php'), (call itself), are there any good solutions? On Feb 15, 6:00 am, andrea varnier <[EMAIL P

[jQuery] on form submission, how to decide "on submit: return true / false"

2008-02-14 Thread freech
Hi there, I just stepped in the jQuery world, and my first homework is try to make a simple form validation example like following. The problem is I haven't figure out how to automatically decide, on form submission, how to figure out return turn or false. I want the submit & receiving happened