Snippets

Phillip bol.com filter out re-seller

Created by Phillip
$('.product-seller').filter(function(a) { return $(this).text().indexOf('bol.com') == -1; } ).each(function(a) { $(this).parent().parent().parent().hide() });

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.