Asynchronous JavaScript is a technique to load JavaScript asynchronously using async and defer attributes or script tag injection.
I use google code to defer loading javascript (google pages) But I have some inline javascripts such as: <script …
javascript jquery deferred-loading asynchronous-javascript