Method chaining
$(
'selector'
) .addClass(
'active'
) .click(
function
()
{
...
}
)
OSDC13