0
votes
0answers
12 views
ajax javascripts not working correctly with .htaccess mod_rewrite
The ajax div is showing error in place of loading div. When trying http://mysite.com/a1/just-testing the div shows:
The requested URL /a1/text_random.php was not found on this server.
I am using …
1
vote
3answers
83 views
Are these JQuery calls the same?
Hi guys,
Could someone tell me if this:
$.ajax({
url: 'test.html',
success: function(data) {
alert("Data Loaded: " + data);
}
});
is the same as this:
…
