On 9/1/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
>
> Hang on...now that I look at it, I think I understand #4. Is this
> line:
>
> var $this = $(this), size = $this.attr('href'), toggle = $('.' +
> size);
>
> the same as these lines:
> var $this = $(this)
> var size = $this.attr('href')
> var toggle = $('.' + size);
>
> ?


Yes. You've got it.

- Richard

Reply via email to