Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
2016-02-05 16:50:28 +0800
Commit
593e482a23d663621658a7887ea5ed47ad8bbc8c
1 parent
985a1657
把logs加入.gitignore
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
.gitignore
client/js/common/edit.js
.gitignore
View file @
593e482
...
...
@@ -28,4 +28,5 @@ coverage
*.config
*.njsproj
bin
obj
\ No newline at end of file
obj
logs
\ No newline at end of file
...
...
client/js/common/edit.js
View file @
593e482
...
...
@@ -3,6 +3,7 @@ e.on("validate",function(){
//自定义验证
//返回true通过,返回false或者返回文字表示失败并且给予提示
});
e.init();//执行
$("button").click(function(){
e.submit("url",function(option){
//option是ajax配置对象
...
...
Please
register
or
login
to post a comment