gotta do .each() - look it up in documentation

$('div').each(function(){
$(this).toggle(...etc...)
});

Reply via email to