Posts

Showing posts with the label Custom Javascript Popup

Create Custom Javascript Validation Popup | #CodeFactory

Image
Download js and css :  Download  |  Demo Preview : Description : An easy to use yet fully customizable form field validator built using native JavaScript with no 3rd JavaScript libraries. Predefined validation rules : - required -  notzero - integer - float - min - max - between - name - lastname - phone - email - length - maxlength - minlength - maxfilesize - fileextension How to use it : Import the main JavaScript file js-form-validator.min.js  and css file forms.css  into your html file. Apply the validation rules to the target form fields using data-rule  attributes. You can apply multiple rules to the same field by seperate the rules with "|". Emp code : Emp Name : Custom : Initialize the library and done. new Validator(document.querySelector('#form...