Click to select from a list of tags in jQuery
        Posted  
        
            by Michael Doornbos
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Michael Doornbos
        
        
        
        Published on 2010-03-19T15:16:59Z
        Indexed on 
            2010/03/19
            15:21 UTC
        
        
        Read the original article
        Hit count: 169
        
I'm struggling to find a tag selection UI for a rails app. Ideally it would be something like the selection here on Stackoverflow, or on Delicious or Digg.
I want users to be able to select multiple tags with a single click. We're already using jQuery, so it makes sense to use something that takes advantage of that. I've used the selection ui in jQuery and I'm not thrilled about having users need to hold down ctrl to select multiple tags.
© Stack Overflow or respective owner