表单
web表单的用户体验文章 https://www.uxmatters.com/mt/archives/2010/03/pagination-in-web-forms-evaluating-the-effectiveness-of-web-forms.php https://www.smashingmagazine.com/2011/11/extensive-guide-web-form-usability/
web表单的原生部件介绍: https://developer.mozilla.org/zh-CN/docs/Learn/HTML/Forms/The_native_form_widgets 原生部件实例: https://github.com/mdn/learning-area/tree/master/html/forms/native-form-widgets input:single-line-text-fields.html; 下拉框: drop-down-content.html 单选框、复选框:checkable-items.html
自定义表单校验 https://developer.mozilla.org/zh-CN/docs/Learn/HTML/Forms/Data_form_validation 表单校验错误提示 https://www.smashingmagazine.com/2012/06/form-field-validation-errors-only-approach/ https://www.smashingmagazine.com/2009/07/web-form-validation-best-practices-and-tutorials/ https://www.webfx.com/blog/web-design/best-practices-for-hints-and-validation-in-web-forms/ https://alistapart.com/article/inline-validation-in-web-forms 验证库 http://rickharrison.github.com/validate.js/ (原生js) http://bassistance.de/jquery-plugins/jquery-plugin-validation/ (jquery插件)
Last updated
Was this helpful?