Method chaining
$(
'.token'
) .show() .addClass(
'active'
) .click(
function
()
{
...
}
);