2010-08-12 3 views

ответ

3

Использование метода each.

$('.klass').each(function() { 
    $(this)... // will be an instance of the element matching the class selector 
}); 
Смежные вопросы