I was wondering if it is a good idea to check whether jQuery library is loaded from the external host (even if it is the GoogleAPI) before starting to use it in your code?
In general, what are some good practices to use for the applications which heavily rely on some external JS libraries, in order to assure that all the necessary resources are loaded and all UI items initialized to perform their functions?
Thanks!