function CheckLoginData(){ $.post('checkLoginData.php', function(data) { $('#loginDiv').html(data); }); }