Web Component: j-ListMenu


  • Info
  • HTML
  • JS
  • CSS
  • Meta

j-ListMenu

A ListMenu component for custom list items. You need to style it.

Configuration:

  • class {String} CSS class for selected item (default: selected)
  • selector {String} jQuery selector for scope of rendered item (default: a)
  • datasource {String} data-source path (Array)
  • property {String} Property name for comparing of values (default: id)
  • click {Boolean} enables clicking on items (default: true)

Author