Advertisement
ghostlines

Untitled

Feb 25th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery(document).ready(function(){
  2.       if $('.lang-nl').is(':visible'){
  3.         $('.entry').find('a')[0].textContent = "Trouver un magasin";
  4.       }
  5.       if $('.lang-fr').is(':visible'){
  6.         $('.entry').find('a')[0].textContent = "Vind een winkel";
  7.       }
  8.  
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement