From RuneGlory
Jump to: navigation, search
Line 72: Line 72:
  
 
$.each( $( "div.index-item" ), function() {
 
$.each( $( "div.index-item" ), function() {
window.location = $( this ).find( "a" ).attr( "href" );  
+
$( this ).click( function() {
return false;
+
window.location = $( this ).find( "a" ).attr( "href" );  
 +
return false;
 +
});
 
});
 
});
  

Revision as of 03:20, 20 March 2016

Hello, this is just a preview.

- Jplayer