Advertisement
Dalexhd

Untitled

Dec 8th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <input type="text" id="tags" class="form-control" />
  2. <script type="text/javascript">
  3. $(document).ready(function() {
  4. $('#tags').tagsinput({
  5. typeahead: {
  6. source: ['[online]', '[max]'],
  7. afterSelect: function() {
  8. this.$element[0].value = '';
  9. }
  10. }
  11. });
  12. });
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement