Το ελληνικό blogspot περί προγραμματισμού και όχι μόνο.
$.ajax({ type: "POST", // or GET url: "your_url" }) .error(function(response){ console.log('Requesting error. Please try again.'); }) .success (function(response) { //your code
// handle response
});
Δεν υπάρχουν σχόλια:
Δημοσίευση σχολίου