I'm wanting to use one of this plugin's features somewhere else on my site. Actually I know it's really part of WordPress' core now, but I can't figure out how to implement it. Since this plugin uses the feature, I'm hoping someone will know what I'm talking about and be able to help me out.
As you know, the front end editor plugin uses the suggest.js or autocomplete type feature for areas like tags. So, if you go to edit your tags from the front end, once you start typing, you get tag suggestions.
I would like to add this same tag suggestion feature to a normal form field on my main page.
If Front End Editor is already including the necessary javascript, is there something I can just add to any form field on my site to activate the suggest feature? Or, do I need to add some javascript to my header, plus add code to the form field?