jQuery Syntax

With jQuery you select query HTML elements and perform actions on them. Basic syntax is: $(selector).action().

Code :