Authored by weiqingting

把logs加入.gitignore

... ... @@ -29,3 +29,4 @@ coverage
*.njsproj
bin
obj
logs
\ No newline at end of file
... ...
... ... @@ -3,6 +3,7 @@ e.on("validate",function(){
//自定义验证
//返回true通过,返回false或者返回文字表示失败并且给予提示
});
e.init();//执行
$("button").click(function(){
e.submit("url",function(option){
//option是ajax配置对象
... ...