jQuery® Notes for Professionals book

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

What people are saying about Notes for Professionals books These free programming reference books are pretty nice http://books.goalkicker.com This looks fantastic. Major thanks! Wow! Awesome resource. Thanks a lot! Are you a novice, a little above novice, a pro or you want to start coding, then you need to check out these materials. Amazing collection of free programming books. Really nice and condensed collection, thanks to all co-authors The jQuery® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA. See credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless otherwise specified Book created for educational purposes and is not affiliated with jQuery® group(s), company(s) nor Stack Overflow. All trademarks belong to their respective company owners 67 pages, published on June 2018

Author(s): GoalKicker Books
Series: Programming Notes for Professionals
Publisher: GoalKicker Books
Year: 2018

Language: English
Pages: 67
Tags: Programming, Notes, jQuery, Professionals

Content list
About
Chapter 1: Getting started with jQuery
Section 1.1: Getting Started
Section 1.2: Avoiding namespace collisions
Section 1.3: jQuery Namespace ("jQuery" and "$")
Section 1.4: Loading jQuery via console on a page that does not have it
Section 1.5: Include script tag in head of HTML page
Section 1.6: The jQuery Object
Chapter 2: Selectors
Section 2.1: Overview
Section 2.2: Types of Selectors
Section 2.3: Caching Selectors
Section 2.4: Combining selectors
Section 2.5: DOM Elements as selectors
Section 2.6: HTML strings as selectors
Chapter 3: Each function
Section 3.1: jQuery each function
Chapter 4: Attributes
Section 4.1: Dierece between attr() and prop()
Section 4.2: Get the attribute value of a HTML element
Section 4.3: Setting value of HTML attribute
Section 4.4: Removing attribute
Chapter 5: document-ready event
Section 5.1: What is document-ready and how should I use it?
Section 5.2: jQuery 2.2.3 and earlier
Section 5.3: jQuery 3.0
Section 5.4: Attaching events and manipulating the DOM inside ready()
Section 5.5: Dierence between $(document).ready() and $(window).load()
Section 5.6: Dierence between jQuery(fn) and executing your code before
Chapter 6: Events
Section 6.1: Delegated Events
Section 6.2: Attach and Detach Event Handlers
Section 6.3: Switching specific events on and o via jQuery. (Named Listeners)
Section 6.4: originalEvent
Section 6.5: Events for repeating elements without using ID's
Section 6.6: Document Loading Event .load()
Chapter 7: DOM Manipulation
Section 7.1: Creating DOM elements
Section 7.2: Manipulating element classes
Section 7.3: Other API Methods
Chapter 8: DOM Traversing
Section 8.1: Select children of element
Section 8.2: Get next element
Section 8.3: Get previous element
Section 8.4: Filter a selection
Section 8.5: find() method
Section 8.6: Iterating over list of jQuery elements
Section 8.7: Selecting siblings
Section 8.8: closest() method
Chapter 9: CSS Manipulation
Section 9.1: CSS – Getters and Setters
Section 9.2: Increment/Decrement Numeric Properties
Section 9.3: Set CSS property
Section 9.4: Get CSS property
Chapter 10: Element Visibility
Section 10.1: Overview
Section 10.2: Toggle possibilities
Chapter 11: Append
Section 11.1: Ecient consecutive .append() usage
Section 11.2: jQuery append
Section 11.3: Appending an element to a container
Chapter 12: Prepend
Section 12.1: Prepending an element to a container
Section 12.2: Prepend method
Chapter 13: Getting and setting width and height of an element
Section 13.1: Getting and setting width and height (ignoring border)
Section 13.2: Getting and setting innerWidth and innerHeight (ignoring padding and border)
Section 13.3: Getting and setting outerWidth and outerHeight (including padding and border)
Chapter 14: jQuery .animate() Method
Section 14.1: Animation with callback
Chapter 15: jQuery Deferred objects and Promises
Section 15.1: jQuery ajax() success, error VS .done(), .fail()
Section 15.2: Basic promise creation
Chapter 16: Ajax
Section 16.1: Handling HTTP Response Codes with $.ajax()
Section 16.2: Using Ajax to Submit a Form
Section 16.3: All in one examples
Section 16.4: Ajax File Uploads
Chapter 17: Checkbox Select all with automatic check/uncheck on other checkbox change
Section 17.1: 2 select all checkboxes with corresponding group checkboxes
Chapter 18: Plugins
Section 18.1: Plugins - Getting Started
Credits
You may also like