INDEX

SYMBOLS

$() shortcut for jQuery() function 296, 299, 313, 361

$() conflicts with other scripts that use $() 361

$(document).ready(function(){…}) 312

$(function() { … }) (shortcut) 313, 3645

$(this) 324, 549

[] Array syntax 72

[] Accessing an object's properties 103

{} Code blocks 57

{} Code block (function) 90

() Final parentheses (calling a function) 97

() Grouping operator 97

= Assignment operator 107

+= Operator (adding to a string) 111, 125

== Equal to (comparison operator) 150, 168

=== Strict equal to (comparison operator) 150, 168

!= Not equal to (comparison operator) 150, 168

!== Strict not equal to (comparison operator) 150, 168

> Greater than (comparison operator) 151

>= Greater than or equal to (comparison operator) 151

< Less than (comparison operator) 151

<= Less than or equal to (comparison operator) 151

&& Logical and (logical operators) 157, 158, 537

! Logical not (logical operators) 157, 159

|| Logical or (logical operators) 157, 159, 169

. Member operator 50, 103

// (No http: in a url) 355

A

.abort() method (jqXHR object) 389

Accessibility 46, 491

Accordion 430, 4925, 5225

.accordion() (jQuery UI method) 430

action (DOM property – forms) 572

add() (option to select box) 584

.add() (jQuery method) 531

.addClass() (jQuery method) 320, 498, 5123, 519, 565

addEventListener() (DOM method) 2545, 5701

Adding or removing HTML Content

Comparing techniques 2267

innerHTML & DOM manipulation 218225, 2401

Using jQuery 3149, 3467

Addition 767, 181

.after() ...

Get JavaScript and JQuery: Interactive Front-End Web Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.