Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery('.lshowcase-wrap-normal').each(
- function() {
- var url = jQuery(this).find( "a" ).attr('href');
- var target = jQuery(this).find( ".lshowcase-description" );
- target.html("<a href='"+url+"'>"+target.html()+"</a>");
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment