Moving JS to the footer
-
The plugin injects JS into the body of the page. Which is fine. However this means I need to put jQuery in the <head> of the document. Is there a way of injecting the JS after the page has loaded so we can place jQuery to before the closing </body> tag?
Thanks!
- The topic ‘Moving JS to the footer’ is closed to new replies.