I am loading jQuery and all the plugin libs at the end of the page just before the close of the body.
There are a few elements in the page that need jquery plugins.
Do i need to add the jquery config code under the document ready in the header or can it load any where ?
i am getting error that the particular function is not working because the lib is being loaded after the config part.
Whats the best solution for this ?
Page resources are loaded in order. Is there a performance reason why you aren’t just declaring those plugins at the beginning of the document?