When go to this link
http://derka.pickupguild.ru/#gkMyBottom5
It needed to scroll down to show content. How to fix that instant loading?
<script type="text/javascript">(function($) {$(document).ready(function() {
$('#gk-grid-310 .gkGridElement').each(function(){
$(this).addClass('active');
});
});})(jQuery)</script>