$.ajax({ type: "POST", url: "ajaxLogin.php", data: dataString, cache: false, beforeSend: function(){ $("#login").val('Connecting...');}, success: function(data){ if(data) { $("body").load(nextPage.php).hide().fadeIn(1500).delay(6000);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)