bookmark - Introducing The Jquery Javascript Library Introducing the jQuery JavaScript Library

Introducing The Jquery Javascript Library - Introducing the jQuery JavaScript Library

 
 Discussion by fripay with 2 Replies.
 Last Update: August 19, 2009, 2:41 pm
 
bookmark - Introducing The Jquery Javascript Library Introducing the jQuery JavaScript Library  
    
free web hosting
 

QUOTE

Welcome to the first part of a seven-part series on the jQuery JavaScript library. In this article I will provide you with a quick overview of how to use the library, including its helpful $() function and the ready() method. The jQuery library allows you to build unobtrusive client-side applications with only minor effort, and its syntax is simple to grasp.

As you know, a modern web site is comprised of three different layers, which come in useful for defining its structure, its visual presentation, and the appropriate behavior. Creating the first two modules of this multi-layered schema can be tackled by a web designer with relative ease; it requires defining the web site's structural markup and the CSS styles associated with it. But things can get more complicated when implementing the behavior of certain web page elements.

Of course, this process implies developing unobtrusive JavaScript applications that must be tied to the structural markup of the web site in question. From a web designer's point of view, this could be a challenging and annoying task.

Certainly, to facilitate the development of a fully-featured client-side application, a web designer can pick up a third-party JavaScript library, such as Prototype, Ext JS, or Mojo, which are all good and permit the user to write complex JavaScript programs without having to "reinvent the wheel." However, it's fair to say that many of these frameworks provide an application programming interface that can be pretty intimidating, particularly for those who only need to deal with plain HTML and CSS code.

In light of this, a new contender has been incorporated into the long list of JavaScript frameworks available nowadays on the web, called "jQuery" (for more information, visit http://jquery.com/). It allows users to develop client-side applications very rapidly by means of a friendly syntax.

In this article series, I'll attempt to provide you with a concise yet illustrative guide to using the main methods that come bundled with the "jQuery" JavaScript library to perform the most common tasks required by JavaScript programs. These include navigating a web page's DOM, manipulating CSS styles dynamically, working with Ajax, and so forth.

Hopefully, by the end of this series, you'll be armed with a solid background on using the principal features provided by the "jQuery" package. Therefore, with the preliminaries out of our way, let's begin this educational journey now!




Article by: http://www.devarticles.com
Article source: http://www.devarticles.com/c/a/JavaScript/...Script-Library/

Wed Aug 19, 2009    Reply    New Discussion   


Please do not forget the quote tags when you post text coming from somewhere else.
I did the quoting job for you today, next time I expect you to do the quoting job by yourself. :(

Wed Aug 19, 2009    Reply    New Discussion   

Quickly Post to Introducing The Jquery Javascript Library Introducing the jQuery JavaScript Library w/o signup Share Info about Introducing The Jquery Javascript Library Introducing the jQuery JavaScript Library using Facebook, Twitter etc. email your friend about Introducing The Jquery Javascript Library Introducing the jQuery JavaScript Library Print
Reply / Comment Ask a Question? Share / Bookmark E-Mail a Friend Print

Artificial Intelligence Program Any ideas?  Artificial Intelligence Program Any ideas? (10) (13) Favorite Programming Language what is your favorite progamming language and why?  Favorite Programming Language what is your favorite progamming language and why?