i want to validate my mobile no field in html page by using jquery any idea
Html
<input type="text" required="true" validType="" name="Ph" id="ph" value="" />
what i hv to put in validType for this
e.g when we hv to validate the email we just put email in the validType