Reputation: 89
On stackoverflow, while in the Tag-inputbox if you hold the left key button, it will go all the way to the left and open every tag for editing, same goes for the right key, and the backspace.
I am trying to replicate the same functionality on mine.
I have the following code: JSFiddle
The problem with the current code is that I am not sure how to implement the arrow keys movements.
Any ideas?
Upvotes: 2
Views: 647
Reputation: 14465
Take a look at these two jQuery plugins, maybe one of it will fit your needs (though they are not identical to the stackoverflow tagging functionality):
http://webspirited.com/tagit/#demos
http://aehlke.github.com/tag-it/
Upvotes: 1