H5p content in Showing when admin login and when logout its content is not displaying
Submitted by Sourav Pan on Wed, 08/28/2024 - 00:15
Forums:
H5p content in Showing when admin login and when logout its content is not displaying. here is what i got in console log, how to fix it:
h5p.js?screx=1&sxcb=1a&ver=1.15.8:17 Uncaught
TypeError: H5P.jQuery is not a function
at h5p.js?screx=1&sxcb=1a&ver=1.15.8:17:19
otacke
Wed, 08/28/2024 - 16:53
Permalink
Seems that the instance of
Seems that the instance of JQuery that H5P ships (to be found in h5p-php-library/js/jquery.js) is not loaded (in time). Potential reasons are optimization efforts that defer loading JavaScripts or change the order in that they are loaded.