INDEX
SYMBOLS
$() shortcut for jQuery() function 296, 299, 313, 361
$() conflicts with other scripts that use $() 361
$(document).ready(function(){…}) 312
$(function() { … }) (shortcut) 313, 364–5
[] 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
// (No http: in a url) 355
A
.abort() method (jqXHR object) 389
.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, 512–3, 519, 565
addEventListener() (DOM method) 254–5, 570–1
Adding or removing HTML Content
innerHTML & DOM manipulation 218–225, 240–1
.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.