From RuneGlory
Line 75: | Line 75: | ||
$( this ).wrap( "<a></a>" ); | $( this ).wrap( "<a></a>" ); | ||
var href = $( this ).find( "a" ).attr( "href" ); | var href = $( this ).find( "a" ).attr( "href" ); | ||
− | $( this ).parent().attr( "href", href ); | + | var title = $( this ).find( "a" ).attr( "title" ); |
+ | $( this ).parent().attr( "href", href ).attr( "title", title ); | ||
}); | }); |
Revision as of 03:43, 20 March 2016
Hello, this is just a preview.
- Jplayer