I've been searching for the past hour, so I apologize if this is a duplicate I missed.
For some reason the (too long to copy) website I've been working on has recently been giving me JavaScript Console errors like:
Uncaught TypeError: jQuery(...).sidr is not a function
Uncaught TypeError: jQuery(...).dataTable is not a function
Notice that I am using jQuery
, not $
.
Any clue what could be causing this? As I said, my code is WAY too long to copy everything (>1000 lines), plus the issue of removing sensitive/copyright code could be an issue.