Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <script>
  2. $(document).ready(function(){
  3. $(".article-card__content").on("click", function(){
  4. window.location = $(this).find(".entry-title a").attr("href");
  5. });
  6. });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement