Hi folks:
I’ve been using JQWidgets for several years via a simple <script> import in the page head, like this:
<script type=”text/javascript” src=”https://jqwidgets.com/public/jqwidgets/jqx-all.js”></script>
This seems to be broken for me beginning with the 14.0.0 release. There are errors in the console, including “SyntaxError: Invalid regular expression: range out of order in character class” at “jqx-all.js:206”, and a handful of others. Is it possible to roll back to 13.2.0? I tried finessing the <script> tag with variations on
<script type=”text/javascript” src=”https://jqwidgets.com/public/jqwidgets/jqx-all-13.2.0.js”></script>
without success. Suggestions?
Thx!
–Mark