Authored by weiqingting

把logs加入.gitignore

... ... @@ -28,4 +28,5 @@ coverage
*.config
*.njsproj
bin
obj
\ No newline at end of file
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配置对象
... ...