Prior to version 2.0, w2ui dependented on jQuery. With the latest version of w2ui jQuery is optional, but if you choose to use it, you can download the new w2ui.js and w2ui.css from the /dist folder of the master branch. It will register all core components as globals, just like it was with 1.5 and if jQuery is found, it will register jQuery plugins for backward compatibility.
Below is the example how to use w2ui v2.0 with jQuery (same way as it was with v1.5). You can find more examples in /demos folder of w2ui-1.5 branch. You should use an older version of w2ui (v1.5) if you need your application to work with older browsers (IE 11 and prior).The following JavaScript components are included:
Below is a complete example of HTML page that uses grid widget: