JS error from script.js file
-
All of a sudden I get this error from the script.js file. Not sure if I miss something here.
Uncaught ReferenceError: container is not defined
at script.js?ver=1.0.7:855
at script.js?ver=1.0.7:900
(anonymous) @ script.js?ver=1.0.7:855
(anonymous) @ script.js?ver=1.0.7:900
scripts.min.js?ver=1.5.21:formatted:5383 Uncaught TypeError: jQuery(…).hideShow is not a function
at HTMLDocument.<anonymous> (scripts.min.js?ver=1.5.21:formatted:5383)
at i (jquery-2.2.4.min.js?ver=2.2.4:2)
at Object.fireWith [as resolveWith] (jquery-2.2.4.min.js?ver=2.2.4:2)
at Function.ready (jquery-2.2.4.min.js?ver=2.2.4:2)
at HTMLDocument.J (jquery-2.2.4.min.js?ver=2.2.4:2)The error points here —-
bwg_main_ready(),
jQuery(this).hideShow(function(e, t) {
“shown” == t && bwg_main_ready()
})
}),
The topic ‘JS error from script.js file’ is closed to new replies.