Overview Reviews Product Description Genuine cartridge to suit:- M402, M426 Product Videos Custom Field Product Reviews (1 review) Write a Review Write a Review × HP HP No. 26X Toner Cartridge - 9,000 pages Rating * Select Rating 1 star (worst) 2 stars 3 stars (average) 4 stars 5 stars (best) Name *Email *Review Subject *Comments 1 Review Hide Reviews Show Reviews 4 HP 26X Black Ink Posted by Daniel on 1st Oct 2018 It works. $( document ).ready(function() { $('label.button.button--small.card-figcaption-button input').on ('click', function() { $(this).closest('.custom-checkbox').toggleClass('selected'); }); }); // ADD PRICES-HIDDEN CLASS IF LOGIN REQUIRED $(document).ready(function(){ $("article.card .card-text .price-visibility.restricted").each(function(){ if ($(this).text().trim().length) { $(this).addClass("price-hidden"); $(this).closest('div.card-body').addClass("prices-hidden"); $('.compare').hide(); } }); }); // CHECK IF RATINGS ARE ENABLED $(document).ready(function() { var $myDiv = $('.card-text[data-test-info-type="productRating"]'); if ( $myDiv.length==0){ $('div.card-body').addClass("ratings-disabled"); $('article.card').addClass("ratings-disabled"); } }); if ( $('.price-section').hasClass('price-section--withTax') ){ $('div.card-body').addClass('withTax'); } if ( $('.price-section').hasClass('price-section--withoutTax') ){ $('div.card-body').addClass('withoutTax'); }