Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 703 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 703 Bytes

j-ASelected

  • singleton
  • readonly

The component adds selected class to <a element if the href attribute of the element will contain URL address from the web browser. It's targeted for public websites.

Configuration:

  • class {String} is a class name for selected element (default: selected)
  • selector {String} is a jQuery selector (default: a)
  • attr {String} attribute for comparing (default: href)
  • strict {Boolean} enables strict comparing of URL address (default: false)
  • delay {Number} a delay for rebinding of selection when the model is changed (default: 300)

Author