?
avatar denverkurt
denverkurt
4 Dec 2016

i insert loadposition into content
as a result - JavaScript of module included before jquery

This problem constantly appears on various websites with Joomlascreen shot 2016-12-04 at 02 11 23

avatar denverkurt denverkurt - open - 4 Dec 2016
avatar joomla-cms-bot joomla-cms-bot - labeled - 4 Dec 2016
avatar ggppdk
ggppdk - comment - 4 Dec 2016

This is not a joomla bug, but a bug in the module

-- it is the Job of the module to load jQuery, before its own JS code that uses it,
(that is if jQuery is needed by some module)

This is done by calling (first):

JHtml::_('jquery.framework');

In this case the module assumes that someone else has already loaded jQuery
(or the module just calls the above in wrong order)


Propably you have an older version of the module,
if you have latest version then report this to the module authors, they will fix it

avatar mbabker mbabker - change - 4 Dec 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-12-04 17:26:10
Closed_By mbabker
avatar mbabker mbabker - close - 4 Dec 2016
avatar mbabker
mbabker - comment - 4 Dec 2016

Closing as not a bug. As indicated, you need to ensure you've told Joomla to load jQuery if you need it; Joomla itself doesn't automatically load it.

Add a Comment

Login with GitHub to post a comment