December 2013
Intermediate to advanced
336 pages
9h 49m
English
CHAPTER 2
![]()
A First Look at jQuery
In the first chapter, you learned that jQuery is a JavaScript library, so whatever you can do using jQuery can also be done using plain JavaScript code. What’s the benefit of using jQuery? The biggest benefit is that it is easy to use and allows you to accomplish the same task in fewer lines of code. The official jQuery web site (http://jquery.com) rightly puts it: write less, do more. As you will see in the rest of this book, jQuery takes away the complexity of using JavaScript so that even seemingly hard to achieve tasks can be performed with ease.
This chapter is intended to give you a first peek inside the ...
Read now
Unlock full access