<div
shop-barcode="78556456456"
shop-article="art.1236"
shop-id="1457"
class="product">
блаблабла
</div>
$('*').filter(function(){
for(var property in $(this).data()){
if(property.indexOf('shop') == 0){
return true;
}
}
return false;
})