$(function(){

	$('#loginForm #loginButton').bind('click', function(){
		$('#loginForm').submit();
		return false;
	});
});
