Rango wrote:
@Markus: We don't load jQuery on our module because Joomla have already to load it as default.
yes, but:
if your javascrpt code needs the jquery framework, you have to tell joomla this. if you do not, the library may be loaded affter your scripts and nothing will work. check it out on a clean joomla installation. (read tje joomla documentation) .
with the code i posted in my previous post, joomla will load the framework allways before your scripts and it will be loaded only once. so: put it in every of your joomla 3 modules who needs the jquery framework.