Hello everybody,
i want the Grid module to be loaded delayed. Is there any pssobility to make a break of 2 or 3 seconds?
Thank you!
Kind regards,
Christian
$('.gkGridGK5').hide();
setTimeout(function() {
$('.gkGridGK5').show();
}, 3000);
<script type="text/javascript">(function($) {$(document).ready(function() {
$('.gkGridGK5').hide();
setTimeout(function() {
$('.gkGridGK5').show();
}, 3000);
});})(jQuery)</script>