Tokenizer:
http://loopj.com/jquery-tokeninput/
shows a hint “Type in search term” when the user focuses on the input. Is it possible to do this with jQuery UI’s autocomplete? http://jqueryui.com/demos/autocomplete/
I’m using a remote source for my data, but I’m thinking maybe assign a temporary source of length 1 ([“Type in search term”, “”]) to autocomplete until a search is initiated?
Is this what you are looking for: Update demo http://jsfiddle.net/vWJdT/ *older => * Working demo http://jsfiddle.net/MQfEL/
I reckon what you are looking for is this: http://loopj.com/jquery-tokeninput/
Hope it fits your cause
:)Script
Code
working image
by the way i ain’t godfrey.