Guest User

Untitled

a guest
Jan 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <script>
  2. (function($) {
  3. $(function() {
  4. if ( 'undefined' !== typeof FWP ) {
  5. // Make checkbox options semi-transparent
  6. FWP.loading_handler = function(params) {
  7. params.element.find('.facetwp-checkbox').css('opacity', 0.5);
  8. }
  9. }
  10. });
  11. })(jQuery);
  12. </script>
Add Comment
Please, Sign In to add comment