var el; $("tbody tr .default").each(function() { // пробегаемся по всем элементам с классом default el = $(this); });