$(document).ready(function()
{
$("#login").blur(function() {
$.post("user_availability.php",{ login:$(this).val() } ,function(data){
console.log(data);
alert(data);
});
});
});
alert показывает no
как то не логично получается.. alert показывает ...то что приходит....а не работает странно как то