[jQuery] ajax?

[jQuery] ajax?


what i'm trying to do is have a login form on my site, it looks like
this right now...
Email:<br />
<input type="text" id="login_email" /><br />
Password:<br />
<input type="password" id="login_password" /><br />
<input type="submit" class="submit" value="Login" id="login_submit" />
then when you click submit it uses ajax to load the login page that
checks if you entered the right email and password. if you didn't, it
would show the login form again. but if you try to login again,
nothing happens. why is this not working??