remove jQuery?
Getting Started
Download jQWidgets
Unzip to a directory of your choice
Copy the jqwidgets directory to your project
Use your favorite text editor to create a basic HTML page:
<link rel=”stylesheet”
href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” />
<link rel=”stylesheet”
href=”../../jqwidgets/styles/jqx.darkblue.css” type=”text/css” />
<!– add the jQuery script –>
<script type=”text/javascript” src=”../../scripts/jquery-1.11.1.min.js”></script>
<!– add the jQWidgets framework –>
<script type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script>
Did I understand correctly, you can remove jquery and everything will work
referring to the documentation where jquery is needed