From RuneGlory
Line 72: | Line 72: | ||
$.each( $( "div.index-item" ), function() { | $.each( $( "div.index-item" ), function() { | ||
− | window.location = $( this ).find( "a" ).attr( "href" ); | + | $( this ).click( function() { |
− | + | window.location = $( this ).find( "a" ).attr( "href" ); | |
+ | return false; | ||
+ | }); | ||
}); | }); | ||
Revision as of 03:20, 20 March 2016
Hello, this is just a preview.
- Jplayer