Difference between revisions of "User:Jplayer"
From RuneGlory
Line 72: | Line 72: | ||
$.each( $( "div.index-item" ), function() { | $.each( $( "div.index-item" ), function() { | ||
− | $( this ). | + | |
− | + | $( this ).wrap( "<a></a>" ); | |
− | + | var href = $( this ).find( "a" ).attr( "href" ); | |
− | + | $( this ).parent().attr( "href", href ); | |
+ | |||
}); | }); | ||
Revision as of 03:36, 20 March 2016
Hello, this is just a preview.
- Jplayer