Hi All.
I am new here, and I have looked at the other Ajax Help topics, however, I still can't see why mine isn't working.
Here it is:
$(document).ready(function(){
$.ajax({
type: "GET",
url: "localhost/val.php",
data: "val=RichieC",
success: function(msg){
alert("WOO");
}
});
});
Has anyone got any ideas? I've tried a few things!
Thanks!