Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4032778
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T11:45:51+00:00 2026-05-20T11:45:51+00:00

I found this jQuery tagging system mentioned on SO: http://webspirited.com/tagit/?page=tagit and I really like

  • 0

I found this jQuery tagging system mentioned on SO: http://webspirited.com/tagit/?page=tagit and I really like it but I need to be able to drag and drop the tags to sort them.

Your help would be greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T11:45:51+00:00Added an answer on May 20, 2026 at 11:45 am

    If you’ve got jQuery UI included in your project, you should be able to call:

    $( "#tags" ).tagit().sortable();
    

    EDIT

    Line 102

    Comment out self._removeTag(); in tagit.js

            this.options.select = function(event, ui) {
                //self._removeTag();
                self._addTag(ui.item.value);
                return false;
            }
    

    EDIT

    Example Revised:

    <html>
    <head>
        <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
        <link href="http://webspirited.com/tagit/css/tagit-simple-blue.css" rel="stylesheet" type="text/css"/>
        <style>
            body, #demo2
            {
                height:150px;
            }
            #demo2
            {
                background-color:green;
            }
        </style>
    </head>
    <body>
        <ul id="demo2" name="demo2">
            <li>here</li>
            <li>are</li>
            <li>some</li>
            <li>initial</li>
            <li>tags</li>
        </ul>
        <input id="btnGetItems" type="button" value="GetVals" />
    </body>
    
    </html>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js" type="text/javascript"></script>
    <script src="http://webspirited.com/tagit/js/tagit.js"></script>
    
    <script type="text/javascript">
    
        var availableTags = [
            "ActionScript",
            "AppleScript",
            "Asp",
            "BASIC",
            "C",
            "C++",
            "Clojure",
            "COBOL",
            "ColdFusion",
            "Erlang",
            "Fortran",
            "Groovy",
            "Haskell",
            "Java",
            "JavaScript",
            "Lisp",
            "Perl",
            "PHP",
            "Python",
            "Ruby",
            "Scala",
            "Scheme"
        ];
    
    
        $(function(){
            $('#demo2').tagit({tagSource: availableTags}).sortable();
            $('#btnGetItems').click(function(){
                getTags();
            });
    
        });
    
        function getTags()
        {
            var string = "Tags\r\n";
            string +="--------\r\n";
            $('#demo2 li.tagit-choice').each(function(){
                var $tmp = $(this).clone();
                $tmp.find('.tagit-close').remove();
                string += $tmp.html()+"\r\n";
            });
            alert(string);
        }
    
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I found this great jQuery slideshow: http://slidesjs.com/examples/images-with-captions/ However, I'd like it so the caption
I found this sliding panel script I like at http://www.webdesignerwall.com/demo/jquery/ , (#1 Sample Slide
I found this jquery plugin which does exactly what I need, but I want
I've found this nice jquery plugin tag it! http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/ and want to implement it
I found this tutorial which pretty much does exactly what I want: http://webstutorial.com/jquery-popup-jquery-slide-popup/jquery Except
I found this great jquery bubble script online - http://jqueryfordesigners.com/coda-popup-bubbles/ - and I want
Found this great article on using jquery for image swapping: http://jquery-howto.blogspot.com/2009/05/replacing-images-at-time-intervals.html How do you
i found this nice jquery plugin http://www.goat1000.com/tagcanvas.php the description says: The canvas is a
I found this great Tablesorter plugin for jQuery but I can't make it work
Ok, so I'm quite new to jQuery, but found this bizzare problem just now,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.