I need my module to only load jQuery
if it has not yet loaded on the page, I did it by javascript, but it runs very fast, even using 'setInterval' and so on .. In some cases they keeps going without waiting for jQuery
load, my question would be:
How can I load jQuery
with my module only if it was not loaded before?