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

How Can I Validate A Url In Javascript Using Regular Expression

i want to validate a textbox who have some url value like blogs address or site adress how can i va… Read more How Can I Validate A Url In Javascript Using Regular Expression

Regex For A Particular Date Format

I want to have a regex for a date format, Example: 01-Jan-2011 I have written ^[0-9]{1,2}-[a-zA-Z]{… Read more Regex For A Particular Date Format

How To Check If A Webpage Exists. Jquery And/or Php

I want to be able to validate a form to check if a website/webpage exists. If it returns a 404 erro… Read more How To Check If A Webpage Exists. Jquery And/or Php

Javascript Checkbox Form Validation

I'm trying to use this link as my resource: http://www.w3schools.com/js/js_form_validation.asp … Read more Javascript Checkbox Form Validation

Ext-js Quicktips Not Working Correctly

I'm trying to implement one of Saki's examples in Form --> Displaying Form Submit Errors… Read more Ext-js Quicktips Not Working Correctly

Javascript/jquery - Float Validating?

I have a textfield that a person can input a price into (XX.xx). Is there a way to make sure they o… Read more Javascript/jquery - Float Validating?