I have a div and it has several input elements in it... I\'d like to iterate through each of those elements. Ideas?
children() is a loop in itself.
$('.element').children().animate({ 'opacity':'0' });