Thanks for the tip and also the cycle plugin - It works great!
---------- Forwarded message ---------- From: Mike Alsup <mal...@gmail.com> Date: Jun 16, 4:17 pm Subject: Need help cuz I don't get 'this' To: jQuery (English) > $(this).find('img').attr('src'); jQuery selectors accept a 2nd argument for context, which makes this a bit more readable, imo: var src = $('img',this).attr('src');