I’m trying to edit this js code so that the autocomplete function kicks in after each non-breaking space; regardless of whether or not the text entered before each non-breaking space was one of the tags. So, for example, if I enter PHP, that’s one of the tags. But, if for the next text that I enter, it must be one of the tags too otherwise anything that I enter after PHP will not activate the autocomplete. You can find this example on jsfiddle
I’m trying to edit this js code so that the autocomplete function kicks in
Share
I think that you’re looking for a plugin like this one:
http://levycarneiro.com/projects/tag-it/example.html
– or –
http://code.drewwilson.com/entry/autosuggest-jquery-plugin
Basically you need to look for “jQuery Autocomplete Tags” instead of just “jQuery Autocomplete”.