Skip to content Skip to sidebar Skip to footer
Showing posts with the label Validation

Javascript Date Validation ( Dd/mm/yyyy) & Age Checking

I've started to work on Javascript recently. What I am testing is checking the DoB in valid for… Read more Javascript Date Validation ( Dd/mm/yyyy) & Age Checking

Regular Expression For Arabic Numbers

I have this form that has a validation JQuery function, I have a problem with the telephone field, … Read more Regular Expression For Arabic Numbers

Why Do Some Major Websites Use Invalid Html?

I noticed that many websites, even Google and some banking sites, have poorly-written HTML with no … Read more Why Do Some Major Websites Use Invalid Html?

Parse Attributes From Mvchtmlstring

I need to be able to parse the attributes from an MvcHtmlString (the results of an HtmlHelper exten… Read more Parse Attributes From Mvchtmlstring

How Do I Validate A Credit Card Expiry Date With Javascript?

I'm a complete Javascript beginner and I'm really stuck on my assignment. I have to get the… Read more How Do I Validate A Credit Card Expiry Date With Javascript?

Can We Match An Exact String Using Html Pattern Attribute Only?

Lets get to the problem as I allow open registration on my website(any one can open registration pa… Read more Can We Match An Exact String Using Html Pattern Attribute Only?

Simple Javascript Checkbox Validation

I usually work with PHP so sadly don't have some basic JS principles down. This is all I want … Read more Simple Javascript Checkbox Validation

Compare Array Of Words To A Textarea Input With Javascript

I have a textarea inside a form. Before the form is submitted, the textarea is validated and checke… Read more Compare Array Of Words To A Textarea Input With Javascript