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