Added instant notification framework

This commit is contained in:
kay.one
2011-08-08 14:50:48 -07:00
parent eaaf464d38
commit 5ab07d7028
29 changed files with 697 additions and 555 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
$(document).ready(function () {
var options = {
target: '#result',
beforeSubmit: showRequest,
success: showResponse,
//beforeSubmit: showRequest,
//success: showResponse,
type: 'post',
resetForm: false
};