Book Image

Practical Web Development

By : Paul Wellens
Book Image

Practical Web Development

By: Paul Wellens

Overview of this book

Table of Contents (23 chapters)
Practical Web Development
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
10
XML and JSON
Index

Obtaining the jQuery library


You can always download jQuery from jquery.com. You may want to use the minimized version once you go to production. During development, I would stay with the easier to read version so that you can, from time to time, add code for debugging purposes, as long as you do not forget to remove it later on.