Learning jQuery and Ajax
From w3cyberlearnings
Contents |
jQuery foundation
- jQuery Basic - Learn the foundation of jQuery.
Ajax
- jQuery Ajax with load - Ajax with jquery load() function.
- 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.
- jQuery Ajax with get - Ajax with get() function (HTTP GET REQUEST).
- jQuery Ajax with post - Ajax with post() function (HTTP POST REQUEST).
- jQuery Ajax with ajax - Ajax with ajax() function.
- jQuery Ajax with ajaxStart and ajaxComplete - how to use ajaxStart and ajaxComplete functions.
Manipulate CSS
- jQuery CSS - Manipulate css in jQuery.
jQuery and HTML elements
- jQuery with HTML SELECT element- How to work with HTML select element.
- jQuery with HTML Radio button - How to work with radio element.
- jQuery with HTML checkbox button - How to work with checkbox element.
- jQuery with HTML Order List and Unorder List - How to work with order and under order list elements.
- jQuery HTML Form and $.serialize() - How to use the $.serialize() function to process form data.
- jQuery Manipulate HTML Table - How to add and remove HTML table on the fly.
- jQuery Form Elements Selector - Elements selectors
Validation
- jQuery Form validation example 1 - Form validation.
jQuery Custom Functions
- jQuery custom function - How to create jquery custom functions.
Manipulate JSON data in Jquery
- jQuery jason - How to manipulate JSON data using jquery.
Array
- jQuery with Array - How to access and create array.
Effects
- jQuery Button - Using Hide and Show to display a different HTML form for user, this will be great if you have multiple forms and would like to hide and show according to the user action.
- jQuery Effects
- jQuery Attributes
- jQuery Mouse Events
UI
Selector
String
String and Array
Other Tutorials
All Tutorial Lists
Reference