pillbox.html 605 B

12345678910111213
  1. <div class="pillbox" data-initialize="pillbox" id="myPillbox">
  2. <ul class="clearfix pill-group">
  3. <li class="pillbox-input-wrap btn-group">
  4. <a class="pillbox-more">and <span class="pillbox-more-count"></span> more...</a>
  5. <input type="text" class="form-control dropdown-toggle pillbox-add-item" placeholder="add item">
  6. <button type="button" class="dropdown-toggle sr-only">
  7. <span class="caret"></span>
  8. <span class="sr-only">Toggle Dropdown</span>
  9. </button>
  10. <ul class="suggest dropdown-menu" role="menu" data-toggle="dropdown" data-flip="auto"></ul>
  11. </li>
  12. </ul>
  13. </div>