Any way to load all the jquery in the html page after 5 seconds?
Question 1:
I have a lot of different <scripts> in my html page like this:
<script>
my jquery code
</script>
'Is there any way that the jquery kicks in after 5 seconds? if yes, how can I do that in jquery code?
Question 2: I have also <DIV> in my html page - Is there any way that I can load the <DIV> content after 5 seconds?