Single Page Application example with modular jQuery
- Using ES6 Modules
- IE9 support
- Compile ES6 script content on the fly with traceur — for older browsers that don't support ES6 script
- Extending and creating stateful jQuery plugins by using jQuery UI widget factory
- Dynamic Tabs based on TreeView Node Selection
- Restrict Treeview node selection and Tabs to 4 and storing them in HTML5 localStorage
- systemJS
- jquery 3.5.1
- jquery ui
- jqGrid
- jQuery World Calendars
- jQuery.validationEngine v3.1.0
- Multiple Select
- jstree
npm install
installs all dev dependencies in package.json.
npm start
launches a server and navigates to localhost:5000.
MIT