Не могу понять в чем тутдело
<p class="icon_list_soc"><a class="product-statistic-soc__item" href="/product.php?pid=32"><i class="icon-p-ok active"></i></a><a class="product-statistic-soc__item" href="/product.php?pid=72"><i class="icon-p-ok active"></i></a></p>
$(function() {
var href = $(".product-statistic-soc__item").attr('href');
//alert(href);
if ( 'href' === '/product.php?pid=32') {
alert('Условие работает');
$(this).css({ "display":"none"});
}
});