Tag-Handler icon indicating copy to clipboard operation
Tag-Handler copied to clipboard

Is it possible to make it compatible with the fantastic bootstrap.js

Open max-favilli opened this issue 12 years ago • 2 comments

I am trying to but I am not that good with CSS. It would be fantastic to have it compatible with bootstrap.js

max-favilli avatar Feb 28 '12 23:02 max-favilli

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.

ioncache avatar Mar 19 '12 11:03 ioncache

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.

max-favilli avatar Mar 19 '12 15:03 max-favilli