shutupchigo

hide homeland-list [works]

Jul 20th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <script>
  2. $(document).ready(function(){
  3. $("#estate-card").each((i,e) => {
  4. if(!$(e).find(".entry-content-ah .homeland-list").text().trim()) $(e).find(".estate-hover").hide();
  5. });
  6. });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment