jQuery-Tagit icon indicating copy to clipboard operation
jQuery-Tagit copied to clipboard

The Jquery Tagit Plugin transforms an html unordered list into a unique tagging plugin.

Results 27 jQuery-Tagit issues
Sort by recently updated
recently updated
newest added

IPhone needs to be clicked two times to produce a label.

Just a note that the first link showing on the repo page, linking to http://jquery.webspirited.com/2011/02/jquery-tagit-a-jquery-tagging-plugin/ is not working.

When I want to delete all the items, for example 6, it only deletes 3 and sudently stops

**Problem:** I'm trying to adjust how my autocomplete results display **Proposed Solution:** Make use of the underlying jquery-ui autocomplete object and using the appendTo option It doesn't seem like there's...

Hello, When i enter character for display suggestion i get this error in IE and firefox: TypeError: event.originalEvent.originalEvent is undefined. thanks

The plugin requires jquery & jquery UI 1.9+ (it uses _renderItemData - an API introduced in 1.9) (did not want to create fork for such a minor doc fix)

I'm not technically expert enough in javascript to propose to take over this project. But I should mention that I have used this project more than a couple of times....

I creat the list by: function creattags() { $(document).ready(function() { function creattags(event) { event.preventDefault(); $.getJSON("json/tags.json", function(data) { var html = ''; html +='' $.each(data, function(entryIndex, entry) { html += ''...

Hi everyone, I just ran into an issue with tagit that excludes the select form element from being submitted when clearing a previously entered tag list. Has anyone else seen...

I'm getting Uncaught Error: Runtime error in tag-it (/static/lib/js/tag-it.js) on line NaN: Object function ( selector, context ) { // The jQuery object is actually just the init constructor 'enhanced'...