https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxeditor/index.htm
this is throwing errors:
Uncaught SyntaxError: missing ) after argument list
autofill.js:7 *** undefined
jqxeditor.js:8 Uncaught SyntaxError: missing ) after argument list
demo.htm:26 Uncaught TypeError: $(…).jqxEditor is not a function
at HTMLDocument.<anonymous> (demo.htm:26:26)
at j (jquery-1.11.1.min.js:2:27244)
at Object.fireWith [as resolveWith] (jquery-1.11.1.min.js:2:28057)
at Function.ready (jquery-1.11.1.min.js:2:29891)
at HTMLDocument.J (jquery-1.11.1.min.js:2:30257)
i was (WAS) doing something incredibly stupid, in my production code i was referencing all of the jqwidget libraries from the example pages. since then i have switched to my own internal jqwidget library. that is how i was able to locate this issue.