I'm building a Visualforce page with some JavaScript to build a content DataTable based off the following example: http://www.verticalcoder.com/2014/11/21/datatables-in-visualforce-part-1/
This page works well and looks great in Salesforce, but when I try to open it in the community it looks like the JavaScript is not working. The page references the same public static resource file, so I'm not sure why this would work in Salesforce and not the community.
Any help would be greatly appreciated.
Edit: This question is NOT a duplicate of the one listed. As I said, I set the static resource to public.
Thanks!
Uncaught TypeError: j$(...).DataTable is not a function(anonymous function) @ Battlecards:256m.Callbacks.j @ jquery.min.js:2m.Callbacks.k.fireWith @ jquery.min.js:2m.extend.ready @ jquery.min.js:2J @ jquery.min.js:2
– dth02134 Jun 01 '15 at 02:47