Home arrow JavaScript arrow Ajax and the JQuery JavaScript Library
JAVASCRIPT

Ajax and the JQuery JavaScript Library


Welcome to the seventh part of a series introducing the jQuery JavaScript library. Made up of eight comprehensive articles, this series provides you with the right pointers to get started using this JavaScript software so you can take advantage of its remarkable functionality.

Author Info:
By: Alejandro Gervasio
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
September 23, 2009
TABLE OF CONTENTS:
  1. · Ajax and the JQuery JavaScript Library
  2. · Triggering GET and POST HTTP requests with Ajax
  3. · Sending GET and POST requests with Ajax
  4. · Displaying and hiding elements in a web document

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Ajax and the JQuery JavaScript Library
(Page 1 of 4 )

For many web designers, developing JavaScript applications can be a truly challenging task, since they’re mostly focused on dealing with the structural markup and CSS styles that comprise a web site. As you know, popular JavaScript frameworks like Prototype and Ext JS, to cite just two, require an intermediate background in client-side programming to get the most out of them.

However, with the introduction of the jQuery library into the terrain of third-party frameworks, hopefully this scenario will start to change soon. This software allows you to build full-featured JavaScript programs by means of an intuitive interface that many web designers may find appealing.

So, if you’re interested in learning to use some of the most important methods that come with the jQuery package, then don’t hesitate anymore; begin reading this tutorial now!

In the last article I left off discussing how to use the library to dynamically manipulate the CSS styles of certain elements within a web document. As you’ll possibly recall, this process was performed with the assistance of the “addClass()” and “removeClass()” methods respectively. When used intelligently, they allow you to implement some basic, yet attractive, mouse over effects.

The functionality of “jQuery” isn’t limited to handling mouse events and CSS styles, however. It includes an Ajax module that’s pretty simple to use and implement. Thus, in the next few lines, I’m going to show you how to build some basic Ajax applications, and introduce some of jQuery's numerous animation effects.

With the preliminaries out of our way, it’s time to continue learning more useful ways to implement the jQuery library. Let’s go!


blog comments powered by Disqus
JAVASCRIPT ARTICLES

- More Top jQuery Tutorials for Beginners
- More Top jQuery Plugins for Menus
- Top jQuery Tutorials for Beginners
- New UI Framework and SDK for JavaScript Rele...
- JavaScript OpenPGP Tool, Node.js 0.6.3 Avail...
- Yahoo Releases Cocktails Language and Develo...
- Customizing jQuery Slideshows: Dynamic Contr...
- Customizing jQuery Slideshows: the animate()...
- Customizing jQuery Slideshows: slideUp() and...
- Customizing jQuery Slideshows: hide() and sh...
- Web Workers: Performing Calculations in Para...
- More Top JavaScript Frameworks and Libraries
- More Dynamic jQuery Styling Techniques
- The Top JavaScript Libraries
- The Top JavaScript Frameworks

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 3 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials