$.ajax({ type: "POST", url: '/session/set', context: self, data: "key=" + id + "&payload=" + sobj, success: dfr.resolve, error: function (a, b, c) { debugger; alert(b); } });
No comments:
Post a Comment