Oh sweet, thanks you two, that clears it up for me. I knew I was missing something.
Cheers, Dana On Jul 24, 2:52 pm, MorningZ <[EMAIL PROTECTED]> wrote: > And just so it makes sense on why Karl's answers are what they are is > that in > > $('img.thumb').each(function() { > var alt = this.attr('alt'); > // Do some stuff here... > > }); > > "this" is the image itself, not a jQuery object