Hi. How i can make a jquery call?
For example, that code dont work:
$.ajax({
cache: false,
url: 'http://www.example.com/example.php',
type: 'GET',
dataType: 'text',
success: function(text){
alert(text);
}
});
Is possible make that work?
Hi. How i can make a jquery call?
For example, that code dont work:
$.ajax({
cache: false,
url: 'http://www.example.com/example.php',
type: 'GET',
dataType: 'text',
success: function(text){
alert(text);
}
});
Is possible make that work?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.