requests, errors, dialogs

This commit is contained in:
Rolux 2010-02-01 11:41:35 +05:30
commit 1bc0ffdfbd
5 changed files with 24 additions and 34 deletions

View file

@ -25,6 +25,7 @@ $(function() {
});
app.request("error");
//app.request("hello");
/*
app.request("login", {"username": "test", "password": "test"}, function(result) {
Ox.print(result);
if (result.status.code == 200) {
@ -39,4 +40,5 @@ $(function() {
} else if (result.status.code == 500) {
}
});
*/
});