Advertisement
Guest User

Untitled

a guest
May 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.     var __isp_options = {
  3.         isp_serp_callback: function() {
  4.             $jquery_isp('.isp_single_facet_wrapper').each(function() {
  5.                 if ($jquery_isp(this).find('.isp_facet_check_box_icon_checked').length == 0) {
  6.                     $jquery_isp(this).addClass('collapsed');
  7.                 }
  8.             });
  9.         }
  10.     }
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement