jQuery defer
-
I have the following options checked:
Load JS from Google Libraries
Defer parsing of javascript filesI also have jquery.min.js as an exclusion in the advanced tab.
My expectation is that jQuery should not be deferred since it is excluded and loaded from the CDN. However this is the result:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js" defer="defer" type="text/javascript"></script>
It still tries to defer jquery. What is the right combination of settings to prevent this?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘jQuery defer’ is closed to new replies.