EduardET

remove section

Nov 10th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function($) {
  3.     $(document).ready(function() {
  4.         if (!$("body").hasClass('role-clientevip1 ')) {
  5.             $(".show-for-client-vip-1").remove();
  6.         }
  7.     });
  8. })(jQuery);
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment