Tag-Handler
Tag-Handler copied to clipboard
Is it possible to make it compatible with the fantastic bootstrap.js
I am trying to but I am not that good with CSS. It would be fantastic to have it compatible with bootstrap.js
This could be done. However for the autocomplete code I'm currently using jQueryUI's autocomplete plugin right now. Twitter Bootstrap has it's own plugin for that sort of thing, Typeahead.
So if I were to update the code to allow for Bootstrap css I'd probably want to update it to use that plugin also.
I'll certainly consider doing this, although it's a relatively large change.
In reality bootstrap typeahead is just a wrapper of the jQuery autocomplete plugin.
I ended-up writing my own tag manager plugin: https://github.com/max-favilli/bootstrap
But yours is much more rich of functions.