jQuery: A Beginner's Guide
β Scribed by John Pollock
- Publisher
- McGraw-Hill Osborne Media
- Year
- 2014
- Tongue
- English
- Leaves
- 377
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Essential Skills--Made Easy!
Learn the fundamentals of jQuery programming in no time. jQuery: A Beginner's Guide starts with the basics--from including the library in an HTML document to element selection, event handling, and CSS style manipulation. Next, it's on to JavaScript and the DOM, animation and effects, the Event object, and form validation. The book then delves into AJAX and plugins and covers more advanced techniques such as debugging and unit testing. Get started with jQuery right away using this fast-paced tutorial!
Designed for Easy Learning
- Key Skills & Concepts -- Chapter-opening lists of specific skills covered in the chapter
- Ask the Expert -- Q&A sections filled with bonus information and helpful tips
- Try This -- Hands-on exercises that show you how to apply your skills
- Notes -- Extra information related to the topic being covered
- Tips -- Helpful reminders or alternate ways of doing things
- Cautions -- Errors and pitfalls to avoid
- Annotated Syntax -- Example code with commentary that describes the programming techniques being illustrated
- Self Tests -- Chapter-ending quizzes to reinforce your skills
Ready-to-use code at www.mhprofessional.com/computingdownload
π SIMILAR VOLUMES
With a combination of flexibility and feature-rich design, jQuery has changed the way millions of people write JavaScript. It makes tasks such as HTML document conversion, animation, event management, and Asynchronous JavaScript and XML (AJAX) much easier with an easy-to-use API that works on a wide
jQuery makes many tasks easier. Its simplistic, chainable, and comprehensive API has the capability to completely change the way you write JavaScript. With the goals of doing more with less code, jQuery really shines in the following areas: <ul><br><li> jQuery makes iterating and traversing the D
<p><span>With a combination of flexibility and feature-rich design, jQuery has changed the way millions of people write JavaScript</span><span>. </span><span>It makes tasks such as HTML document conversion, animation, event management, and Asynchronous JavaScript and XML (AJAX) much easier with an e
A jQuery plugin is simply a way to put your code into a package,which makes it easier to maintain your code and use across different projects. While basic scripting is relatively straightforward,writing plugins can leave people scratching their heads. This book takes you beyond the basics of