How To Use Ajax/Jquery Request Submit Forms On The Same Page
Step-1. We are creating Ajax or Jquery forms then we are creating Html File Test.html
Step-2. Create a one javascript file then Copy Ajax/jquery script and paste before closing </body> Tag in Test.html file
Step-2. Create a one javascript file then Copy Ajax/jquery script and paste before closing </body> Tag in Test.html file
Step-3. We are creating one javascript on step 2. Copy Script and Paste to undefined<head> Tag of Test.html file undefined<script type="text/javascript" src="jquery-3.2.1.js"></script>
Step-4. Create another file of index.php file inside the project folder.

Comments