Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
In Host settings I checked "use hosted jquery version".
I have created custom module for DNN (using DNN 7.1.1) and added to module some jquery plugins that I need to use:
But I get error in browser:
Uncaught TypeError: undefined is not a function imagesloaded.js?cdv=18:93
Uncaught TypeError: Object [object Object] has no method 'imagesLoaded' Masonry:691
GET http://dnn7site/jquery.min.map 404 (Not Found)
I think that this is related to jquery import or something like that.
So what is the way to handle isong jquery in my custom module?