On Jan 5, 3:43 pm, Charlie Griefer <charlie.grie...@gmail.com> wrote:
> Within the function triggered by the click event, $(this) or this are both
> references to the element that triggered the click.

More precisely, "this" is a reference the to element.  "$(this)" is a
reference to a jQuery wrapper object containing only that element.

  -- Scott

Reply via email to