Using something like jQuery autocomplete, I want to dynamically create elements just like the tags are displayed a WordPress during a Post/Page creation. So I will need an input text element that triggers on the enter key or pressing a button.
My question is there already a javascript / jQuery library or plugin that’s already available?
Or is this easily extractable from the wordpress source? I’d rather not reinvent the wheel.
I’d even tag the javascript thats being used on stackoverflow on their tags input box.
Do you mean something like this? http://plugins.jquery.com/project/jquerytag
It contains an Input field to which you can add autocomplete to in my opinion.