语言小结
Ctrlk
  • program-language-note
  • contact
  • common
    • 代码风格
    • 概念语法
    • 格式化参数
    • 源码结构
    • 数据结构
    • 名词
  • 电路
    • 内存地址
    • Untitled
    • Code
  • C
    • note
    • overview
    • 语法
    • 编译和运行
    • 头文件
    • 基本数据类型
    • 指针&数组、指针&函数
    • API
    • 存储结构
    • 操作符
    • typedef
    • 输入输出
    • 格式化参数
    • 左値右値
    • 性能思考
    • volatile
    • 字符串
    • 动态分配
    • note
  • cpp
    • 资源
    • note
    • 数据结构
    • 智能指针
    • 编译过程
  • shell
    • usage
    • Untitled
  • Rust
    • overview
  • Lisp
    • Untitled
  • web
    • overview
    • style
    • html
      • 标签、元素
      • 页面结构
      • 等价字符
      • 链接
      • 表单
        • note
      • 表格
    • css
    • js
    • note
  • java
    • note
    • java语言程序设计
    • 设计模式
    • java程序设计第10版-基础
    • java程序设计第10版-进阶
    • java核心技术第9版-I
    • jar包
    • 安全
    • 反射
  • python
    • note
    • index
    • 个人记忆点
    • 疑惑
    • simple
    • 精通Python爬虫框架scrapy
    • 语法
    • scrapy
  • 汇编
    • Untitled
  • kotlin
    • index
    • note
    • by android
  • groovy
    • gradle
Powered by GitBook
On this page

Was this helpful?

  1. web
  2. html

表单

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插件)

Previous邮件Nextnote

Last updated 6 years ago

Was this helpful?