I have the electronic version (pdf) of this book and can say that it is an excellent introduction to jQuery and Javascript. Having the pdf means that all the code is structured with colour as well as logical formating which makes it a pleasure to read.I particularly like the authors style and appr
Beginning JavaScript and CSS Development with jQuery
โ Scribed by York, Richard
- Publisher
- John Wiley & Sons, Inc.
- Year
- 2011
- Tongue
- English
- Leaves
- 493
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Table of Contents
Content: ""Title Page""
""Copyright""
""About the Author""
""Credits""
""Introduction""
""Who This Book Is For""
""What This Book Covers""
""How This Book Is Structured""
""What You Need to Use This Book""
""Conventions""
""Source Code""
""Errata""
""p2p.wrox.com""
""Part I: IP/MPLS VPN Service Network Overview""
""Chapter 1: Introduction to jQuery""
""What Does jQuery Do for Me?""
""Who Develops jQuery?""
""Obtaining jQuery""
""Installing jQuery""
""Programming Conventions""
""Summary""
""Chapter 2: Selecting and Filtering""
""The Origin of the Selectors API"" ""Using the Selectors API""""Filtering a Selection""
""Summary""
""Exercises""
""Chapter 3: Events""
""Assigning an Event with the Traditional Event Model""
""Assigning Events with the W3C Event Model""
""The Microsoft JScript Event Model""
""Creating a Universal Event API""
""Summary""
""Exercises""
""Chapter 4: Manipulating Content and Attributes""
""Setting and Accessing Attributes""
""Manipulating Class Names""
""Manipulating HTML and Text Content""
""Replacing Elements""
""Removing Content""
""Cloning Content""
""Summary""
""Exercises"" ""Chapter 5: Arrays and Iteration""""Basic Iteration""
""Filtering Selections and Arrays""
""Mapping a Selection or an Array""
""Array Utility Methods""
""Summary""
""Exercises""
""Chapter 6: CSS""
""The css() Method""
""The outerWidth() and outerHeight()Methods""
""Summary""
""Exercises""
""Chapter 7: AJAX""
""Making a Server Request""
""Loading HTML Snippets from the Server""
""Dynamically Loading JavaScript""
""AJAX Events""
""Making an AJAX-Style File Upload""
""Summary""
""Exercises""
""Chapter 8: Effects""
""Showing and Hiding Elements""
""Sliding Elements"" ""Fading Elements""""Custom Animation""
""Summary""
""Exercises""
""Chapter 9: Plugins""
""Writing a Plugin""
""Good Practice for jQuery Plugin Development""
""Summary""
""Exercises""
""Part II: jQuery UI""
""Chapter 10: Implementing Drag-and-Drop""
""Making Elements Draggable""
""Making Elements Draggable with Ghosting""
""Dragging between Windows in Safari""
""Delegating Drop Zones for Dragged Elements""
""Summary""
""Exercises""
""Chapter 11: Drag-and-Drop Sorting""
""Making a List Sortable""
""Customizing Sortables""
""Saving the State of Sorted Lists""
""Summary"" ""Exercises""""Chapter 12: Selection by Drawing a Box""
""Introducing the Selectables Plugin""
""Summary""
""Exercises""
""Chapter 13: Accordion UI""
""Building an Accordion UI""
""Setting Auto-Height""
""Changing the Default Pane""
""Toggling the alwaysOpen Option""
""Changing the Accordion Event""
""Filling the Height of the Parent Element""
""Setting the Header Elements""
""Styling Selected Panes""
""Selecting a Content Pane by Location""
""Summary""
""Exercises""
""Chapter 14: Datepicker""
""Implementing a Datepicker""
""Localizing the Datepicker""
""Summary""
๐ SIMILAR VOLUMES
This book covers the jQuery JavaScript framework and the jQuery UI JavaScript framework to get more results more quickly out of JavaScript programming. I cover each method exposed by jQuery's API, which contains methods to make common, redundant tasks go much more quickly in less code. I also cover
This book covers the jQuery JavaScript framework and the jQuery UI JavaScript framework to get more results more quickly out of JavaScript programming. I cover each method exposed by jQuery's API, which contains methods to make common, redundant tasks go much more quickly in less code. I also cover
jQuery allows you to do more in the world of dynamic web applications, with less code and fewer errors. It reduces the amount of JavaScript programming to only a few lines of code while making your JavaScript more intuitive and attractive to work with. At the same time, jQuery makes it easier to man