Advertisement
nlozovan

Untitled

Apr 2nd, 2014
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <style>
  2. jQuery('.thumb-view article.thumb-image-main').each(function(){
  3. var hreftitle = jQuery(this).find('.entry-content-title h4 a').attr('href');
  4. jQuery(this).find('.entry-content').click(function(){
  5. window.location = hreftitle;
  6. jQuery(this).css('cursor', 'pointer');
  7. });
  8. });
  9. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement