var num = 0; $('div').each(function () { var id = $(this).attr('id'); if (id.test(/msg_/)) num++; });