Hello, I need to load jQuery in a dynamic an synchronous way. How can I do that?
It seems that the usual ways to dynamically load scripts (like DOM insert) are all asynchronous. Basically, I am looking for a function like getScript, outside jQuery. Thanks!