Skip to content

mb-ui/modular-jquery-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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