JavaScript Tutorial JavaScript Examples jQuery Tutorial CSS Tutorial HTML Tutorial About Us

Lesson 12 Chaining


In previous lessons, we have learned how to write jQuery commands one at a time. In actual fact, we can combine the jQuery commands or methods together, the process is called chaining. The selector is:

$(selector).method1.method2.method3...methodN;

or you can place them on seperate lines.

$(selector)
.method1
.method2
.method3
 .
 .
.methodN;

To learn the details of chaining, we suggest you get a copy of JavaScript & jQuery Made Easy.

Preview the book

ISBN: 979-8637083176

Price: $30.00

AUTHOR: DR. LIEW VOON KIONG

Dear Friend, JavaScript Made Easy is an eBook written by the webmaster of our JavaScript Tutorial , Dr.Liew. It complements our free online tutorial by providing a complete tutorial for beginners. By reading this book ,you can:
  • Understand the basic concepts of JavaScript & jQuery.
  • Create your own JavaScript & jQuery Codes.
  • Get ideas from many interesting sample codes.
  • Modify the codes easily to suit your needs.
  • Learn how to implement JavaScript & jQuery on your website.
You need PayPal account to order this E-book. If you don't have PayPal Account, get your PayPal account by clicking the banner below:
Sign up for PayPal and start accepting credit card payments instantly.

*Please wait for 10 seconds for PayPal to redirect you to E-book Download Page after ordering and making payment. Any problem please email: [email protected]

Warmest Regards (Dr.Liew Voon Kiong)


❮ Previous Lesson Next Lesson ❯


Copyright©2008 Dr.Liew Voon Kiong. All rights reserved |Contact|Privacy Policy