TAGS : Validation

How To Validate Radio Button In jQuery

In this article, we will see how to validate the radio button in jquery. Here we will learn about checking at least one radio button from the radio button group. Also, we will use validate.js for radio button validation. So, you can validate...

jQuery

How To Validate Checkbox In jQuery

In this article, we will see how to validate checkboxes in jquery. Here we will learn about to check at least one checkbox is checked or not using jquery. In HTML form sometime we have multiple selection options to check at that time we need...

jQuery

How To Validate Form In Laravel 9

In this article, we will see how to validate a form in laravel 9. For any incoming data, we need to validate it before storing it in the database. Laravel provides several different approaches to validate your application's incoming...

Laravel

Laravel Unique Validation on Update

In this article, we will see laravel unique validation on update. unique validation rule in laravel is used when you want to validate any email id or mobile number. Here, we will see laravel unique email validation on update form or laravel u...

Laravel

How To Validate URL In PHP With Regex

In this article, we will see how to validate URLs in PHP with regular expressions. Also, you can implement it in laravel or PHP. here we will give you an example of validating URL with a regular expression and without regular expression. ...

Laravel PHP

Laravel 8 Form Validation Example

In this tutorial we will see laravel 8 form validation example, form validation in laravel is very common functionalities and it is use in each and every website to validate form field.

Here, We will use has function in session to check...

Laravel

How To Check Password Strength Using JQuery

In this article I will give you example of how to check password strength using jquery, here I will check whether password strength is fulfill min character requirment or not. jquery validate password strength and password strength valid...

PHP jQuery

How To Validate Password And Confirm Password Using JQuery

In this tutorial I will show you how to validate password and confirm password using jquery. Validation is basic and important feature for authenticate user. So, here I will give you example about password and confirm password valid...

PHP jQuery HTML

How To Check Email Already Exist Or Not In Laravel

In this post we will see how to check email already exist or not in laravel.when user register with duplicate or exist email id at that time it is very difficult to maintain data or records in database so we will check email ex...

Laravel PHP jQuery

How To Validate Upload File Type Using Javascript

Today we will see how to validate upload file type using javascript. here, we easily check the selected file extension with allowed file extensions and we can restrict the user to upload only the allowed file types using file upload validation in...

Laravel PHP jQuery

RECOMMENDED POSTS

FEATURE POSTS