Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
Front-end-Developer-Interview-Questions
Forked from h5bp/Front-end-Developer-Interview-Questions
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
-
jquery.transit
Forked from rstacruz/jquery.transit
Super-smooth CSS3 transformations and transitions for jQuery
JavaScript 1
-
AnnotationOverlayEffect
CSS 1
-
MultipleAreaChartsD3
CSS 1
-
3DEffectMobileShowcase
CSS 1
-
CreativeLoadingEffects
CSS 1
44 contributions in the last year
Contribution activity
May 2019
April 2019
Created an issue in dcloudio/uni-app that received 2 comments
uni-app form 表单 多按钮 提交
问题描述 如何在uni-app中,做一个表达的多提交按钮的不同提交. 复现步骤 比如一个表单,我有两个提交按钮,比如一个是向前,一个是向后.现在问题来了,如何在提交触发form @submit时,知道是哪个按钮触发的此次提交? 现在的几个思路 1.我统一把button的type:submit,…