Archive for the 'JQuery Tutorial' Category

Using Jquery for Ajax Functions

We can use Jquery javascript library to implement AJAX(Asynchronous JavaScript And XML) operations effectively. The basic Jquery library is enough to use Jquery ajax functions.
The syntax for a simple AJAX post request is:
$.post(remotepage,post data,callback function, type of request);
Here remote page denotes any server side remote page, post day will be a key and value pair [...]

Introduction to jQuery

jQuery is lightweight JS library, it offers lot’s of plugins and modules to interact the HTML document and DOM(Document Object Model) of the HTML.
Following are the notable features of jQuery library:

Effective Event Handling
Attractive Style(CSS) Handling
Easy to handle AJAX
DOM access

The jQuery docs describes it’s plugins, api reference, jquery ui and support. You can download jQuery javascript [...]