JoomCoder-com / JoomCCK

Advanced Web Application Builder & Content Construction Kit (CCK) for Joomla CMS
https://www.joomcoder.com
GNU General Public License v2.0
10 stars 1 forks source link

Module Category JS error #181

Closed LordHelmchen666 closed 4 months ago

LordHelmchen666 commented 4 months ago

Uncaught TypeError: $ is not a function

https://www.rezept-community.de/rezepte/rezepte:3046 modules/mod_joomcck_category/tmpl/tree.php line 131 $(document).ready(function(){ ..... should be ``` jQuery(document).ready(function(){ ```
andiamine commented 4 months ago

done