Is there a way to write javascript code without using load() function and jquery’s .ready() to execute javascript code? If yes then how can we do this? Please provide some tutorial links for this kind of code.
Is there a way to write javascript code without using load() function and jquery’s
Share
yes but why would you want to? Put your scripts at the bottom before the closing
</body>tag and you won’t need to usedocument.ready().Links: