#form-validation

[ follow ]
JavaScript
fromwww.sitepoint.com
3 months ago

How to display output of JavaScript calculation in html form?

Attach oninput handlers that read and parse price and quantity values, compute total (price * quantity), and immediately set the Total field value.
fromCloud Four
6 months ago

Simple One-Time Passcode Inputs

A single <input> element: That's where the OTP magic happens! Let's break down each of its attributes: Even though our passcode will consist of numbers, it isn't actually a number: A value of 000004 should not be the considered the same as a value of 4. For that reason, we follow the HTML spec and set type="text". inputmode="numeric" enables a numeric virtual keyboard on touch devices.
Web development
#jquery
fromjQuery Script
6 months ago
Web development

jQuery Form Validation with Multi-File Upload - FormXpress

FormXpress provides lightweight jQuery-based automated HTML5 form validation, multi-file uploads, humanized errors, and AJAX submission with progress, requiring only jQuery 3.x.
fromjQuery Script
10 months ago
Web development

Chainable jQuery Input Validation Plugin - InputRule

InputRule is a jQuery plugin that provides chainable form validation and transformation for input fields.
Web frameworks
fromGitHub
9 months ago

GitHub - tu6ge/vue-uform: Next form validation

Vue-uForm is an unstyled, component-first form validation library for Vue 3 offering flexible layouts, customizable components, minimal code, and built-in/custom validation.
[ Load more ]