Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-12-04 17:26:10 |
Closed_By | ⇒ | mbabker |
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.
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