• Is it possible to use asynchronous javascript and css loading?

    I have found a code like this:
    <script>function init() {
    $(‘a’).addClass(‘ajax’);
    }</script>
    <script src=”/jquery.js” async onload=”init()”></script>

    where in the header.php i can use it?

The topic ‘asynchronous javascript and css’ is closed to new replies.