Jump to: navigation, search

Learning jQuery and Ajax

From w3cyberlearnings

Contents

jQuery foundation

Ajax

  1. jQuery Ajax with load - Ajax with jquery load() function.
  2. jQuery Ajax with getJSON - Ajax with getJSON() function. This function uses GET method to request the server information and expect to get JSON data in return.
  3. jQuery Ajax with get - Ajax with get() function (HTTP GET REQUEST).
  4. jQuery Ajax with post - Ajax with post() function (HTTP POST REQUEST).
  5. jQuery Ajax with ajax - Ajax with ajax() function.
  6. jQuery Ajax with ajaxStart and ajaxComplete - how to use ajaxStart and ajaxComplete functions.

Manipulate CSS

jQuery and HTML elements

Validation

jQuery Custom Functions

Manipulate JSON data in Jquery

Array

Effects

UI

Selector

String

String and Array

Other Tutorials

All Tutorial Lists

Reference

Navigation
Web
SQL
MISC
References