Guest User

Untitled

a guest
Dec 15th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. jQuery(document).ready(function(){
  2.  
  3. // Link boxes over the slideshow on homepage
  4. jQuery('ol.reasons_to_join li').css('cursor','pointer').click(function(){
  5. document.location.href='/content/about';
  6. })
  7.  
  8. jQuery('.resource_download a').click(function(){
  9. jQuery(this).css('backgroundPosition', '-329px 0px');
  10. });
  11. jQuery('.resource_download a',this).css('backgroundPosition',"");
  12. });
Add Comment
Please, Sign In to add comment