Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 987 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 987 Bytes

Bootstrap TagListBuilder

Inspired by thebigtank's "tags builder with jquery" tutorial.

Dependencies:

  1. Bootstrap 5.x (5.2.3)
  2. jQuery 3.x (3.6.3)
  3. Font-Awesome 6.x (6.3.0)
  4. HTML5 Sortable v0.13.x (0.13.3)
  5. BootboxJS 6.x (6.0.0)
  6. jQuery Typeahead Search** (2.11.0)

** The jQuery Typeaahead Search library is only required if using the Typeahead option

View the Demo page.

Warning: This is a work in progress.

Options:

  • Autocomplete/TypeAhead
    • Requires:
      • Additional HTML around the form-control input
      • jQuery Typeaahead Search js library
      • Additional JS/Ajax data call (see tag-list-builder-typeahead.js)