Why won't this work?

Why won't this work?

  1. $.get('http://localhost/test.php',(function(data){

        alert(data);

    }))





The alert is blank. test.php definitely returns something. Help?