Posts

Showing posts with the label Jquery from validation with option AJAX method request and response with simple step

Jquery from validation with option AJAX method request and response with simple step

This is simple Jquery form validation  Support image also in ajax Get File   https://github.com/gulshanAI/jquery_form_validation 1. create your form index.html <!doctype html> <html lang="en">   <head>     <meta charset="utf-8">     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">     <title>Jquery Form Validation</title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">     <!-- Provide your form css -->     <style> .err{ text-align: center; color: red; font-weight: 700; }     </style>   </head>   <body class="bg-light">     <div class="container">   <div class="py-5 text-center...