Book Image

Learning jQuery : Better Interaction Design and Web Development with Simple JavaScript Techniques

Book Image

Learning jQuery : Better Interaction Design and Web Development with Simple JavaScript Techniques

Overview of this book

Table of Contents (18 chapters)
Learning jQuery
Credits
About the Authors
About the Reviewers
Preface

Summary


By using effect methods that we have explored in this chapter, we should now be able to incrementally increase and decrease text size by using the .css() method. We should also be able to apply various effects to gradually hide and show page elements in different ways and also to animate elements, simultaneously or sequentially, in a number of ways.

In the first four chapters of the book, all of our examples have involved manipulating elements that have been hard-coded into the page’s HTML. In Chapter 5 we will explore ways in which we can use jQuery to create new elements and insert them into the DOM wherever we choose.