cmoreira

Add url to description logos showcase

Apr 10th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery('.lshowcase-wrap-normal').each(
  2. function() {
  3. var url = jQuery(this).find( "a" ).attr('href');
  4.  
  5. var target = jQuery(this).find( ".lshowcase-description" );
  6.  
  7. target.html("<a href='"+url+"'>"+target.html()+"</a>");
  8.  
  9. }
  10. );
Advertisement
Add Comment
Please, Sign In to add comment