(0.0)
0
Wersja: 1.0.5
Numer wersji wtyczki
Dokumentacja
Sprawdź wszystkie opcje jakie oferuje plugin
Strona wtyczki
Oficjalna witryna wtyczki
Github
Repozytorium Github
Wersja jQuery: jquery >=1.9.0
Wersja jQuery z którą współpracuje plugin
Licencja: MIT
Licencja
Zobacz więcej
Tagi
Instalacja
  • JS
var myrequest = new xRequest({
  url: 'server.php',
  type: 'post',
  dataType: 'json',
  onSuccess: function(json) {
      console.log(json);
  }
});
myrequest.send();