/modular-jquery-example

Single Page App with jQuery, Make jQuery modular, jQuery with ES6 Modules

Primary LanguageJavaScriptMIT LicenseMIT

modular-jquery-example

Single Page Application example with modular jQuery

Screenshot

demo gif

Example

Features

  • 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

Dependencies

Installing Dependencies and Serving

npm install installs all dev dependencies in package.json.

npm start launches a server and navigates to localhost:5000.

License

MIT