filmov
tv
How to use jQuery - AJAX Get and Post Methods
Показать описание
In this video i show you how to use the Jquery ajax get and post methods.
HTTP Request: GET vs. POST
Two commonly used methods for a request-response between a client and server are: GET and POST.
GET - Requests data from a specified resource
POST - Submits data to be processed to a specified resource
GET is basically used for just getting (retrieving) some data from the server. Note: The GET method may return cached data.
POST can also be used to get some data from the server. However, the POST method NEVER caches data, and is often used to send data along with the request.
jQuery $.get() Method
The $.get() method requests data from the server with an HTTP GET request.
jQuery $.post() Method
The $.post() method requests data from the server using an HTTP POST request.
Next Tutorial: jQuery Ajax POST with PHP | Send data using PHP and AJAX
Links:
HTTP Request: GET vs. POST
Two commonly used methods for a request-response between a client and server are: GET and POST.
GET - Requests data from a specified resource
POST - Submits data to be processed to a specified resource
GET is basically used for just getting (retrieving) some data from the server. Note: The GET method may return cached data.
POST can also be used to get some data from the server. However, the POST method NEVER caches data, and is often used to send data along with the request.
jQuery $.get() Method
The $.get() method requests data from the server with an HTTP GET request.
jQuery $.post() Method
The $.post() method requests data from the server using an HTTP POST request.
Next Tutorial: jQuery Ajax POST with PHP | Send data using PHP and AJAX
Links:
1: How to Get Started With | jQuery Tutorial | Learn jQuery | jQuery Tutorial For Beginners
2: How to add jQuery to your website | Learn jQuery | jQuery tutorial
Learn jQuery in 6 minutes | How to Use a JavaScript Library | Code in 5
How to Add jQuery file in Html. Add jQuery to your website in one minute
jQuery Tutorial | jQuery Tutorial For Beginners | jQuery | jQuery full course | Simplilearn
What Is jQuery? A Look At the Web’s Most-Used JavaScript Library
jQuery Crash Course [1] - Intro & Selectors
How to download jQuery? #jQuery
UI Technologies tutorials || Demo - 2 || by Mrs. Swetha On 23-07-2024 @6AM IST
jQuery Tutorial for Beginners #25 - Using Plugins
What is jQuery? How to setup jQuery and run first program | 2022
jQuery Tutorial for Beginners #3 - How to Use jQuery in Your Website
Use jQuery AJAX in ASP.NET CORE 6? You NEED to see how it´s done!
jQuery Ajax Tutorial #1 - Using AJAX & API's (jQuery Tutorial #7)
jQuery in One Video | Explained in EASIEST WAY
Should You Learn jQuery in 2024?
How to include jQuery in html
How To Use Jquery validate Plugin In Form Tamil
How to use jQuery select2
How to use JQuery in ASP.NET CORE
How to Use AJAX in PHP and jQuery
How To Download Jquery Library And Use Offline - [Short Code]
how to add jQuery to HTML, Website or Web application / how to download jQuery
#1 Introduction to Jquery in Telugu |Jquery tutorial for beginners in Telugu| Jquery Introduction
Комментарии