Yup. See

https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Statements/Var

- Richard

On Thu, May 14, 2009 at 2:12 AM, runrunforest <craigco...@gmail.com> wrote:

>
> Hi,
>
> I see this line in a plugin
>
> var $thisCell, $tgt = $(event.target);
>
> does that mean:
>
> var $thisCell = $(event.target);
> var $tgt = $(event.target);
>

Reply via email to